Color Hex Logo

#b64912 Color Hex

#B64912
(182,73,18)
0 Favorites   0 Comments

Color spaces of #b64912

RGB 1827318
HSL0.060.820.39
HSV20°90°71°
CMYK 0.000.600.90   0.29
XYZ21.783114.75382.2719
Yxy14.75380.56130.3802
Hunter Lab38.410734.010623.3806
CIE-Lab45.295141.779750.6208

#b64912 color RGB value is (182,73,18).

#b64912 hex color red value is 182, green value is 73 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b64912 hue: 0.06 , saturation: 0.82 and the lightness value of b64912 is 0.39.

The process color (four color CMYK) of #b64912 color hex is 0.00, 0.60, 0.90, 0.29. Web safe color of #b64912 is #cc3300. Color #b64912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001001 00010010
Octal 266 111 22
Decimal 182 73 18
Hex B6 49 12

RGB Percentages of Color #b64912

%66.67
%26.74
%6.59

CMYK Percentages of Color #b64912

%0
%60
%90
%29

Triadic Colors of #b64912

#b64912 #12b649 #4912b6

Analogous Colors of #b64912

#b64912 #b69b12 #b6122d

Monochromatic Colors of #b64912

#b64912

Complementary Color

#b64912 #127fb6

#b64912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64912 Color CSS Codes

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

#b64912 Text Font Color

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

This sample text font color is #b64912
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.


#b64912 Background Color

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

This div background color is #b64912


#b64912 Border Color

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

This div border color is #b64912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64912


Comments

No comments written yet.

Please login to write comment.