Color Hex Logo

#b64838 Color Hex

#B64838
(182,72,56)
0 Favorites   0 Comments

Color spaces of #b64838

RGB 1827256
HSL0.020.530.47
HSV69°71°
CMYK 0.000.600.69   0.29
XYZ22.322614.86535.4341
Yxy14.86530.52370.3488
Hunter Lab38.555535.874418.6324
CIE-Lab45.449243.621332.3115

#b64838 color RGB value is (182,72,56).

#b64838 hex color red value is 182, green value is 72 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b64838 hue: 0.02 , saturation: 0.53 and the lightness value of b64838 is 0.47.

The process color (four color CMYK) of #b64838 color hex is 0.00, 0.60, 0.69, 0.29. Web safe color of #b64838 is #cc3333. Color #b64838 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001000 00111000
Octal 266 110 70
Decimal 182 72 56
Hex B6 48 38

RGB Percentages of Color #b64838

%58.71
%23.23
%18.06

CMYK Percentages of Color #b64838

%0
%60
%69
%29

Triadic Colors of #b64838

#b64838 #38b648 #4838b6

Analogous Colors of #b64838

#b64838 #b68738 #b63867

Monochromatic Colors of #b64838

#b64838

Complementary Color

#b64838 #38a6b6

#b64838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64838 Color CSS Codes

.mybgcolor {background-color:#b64838; } 
.myforecolor {color:#b64838; }
.mybordercolor {border:3px solid #b64838; }

#b64838 Text Font Color

<p style="color:#b64838">Text here</p>

This sample text font color is #b64838
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b64838 Background Color

<div style="background-color:#b64838">
Div content here</div>

This div background color is #b64838


#b64838 Border Color

<div style="border:3px solid #b64838">
Div here</div>

This div border color is #b64838


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,72,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b64838; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b64838;
  -webkit-box-shadow: 1px 1px 3px 2px #b64838;
  box-shadow:         1px 1px 3px 2px #b64838; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,72,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b64838">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b64838;
  -webkit-box-shadow: 1px 1px 3px 2px #b64838;
  box-shadow:         1px 1px 3px 2px #b64838;">
Div content here</div>

This div box has shadow with color #b64838


Comments

No comments written yet.

Please login to write comment.