Color Hex Logo

#b94d0c Color Hex

#B94D0C
(185,77,12)
0 Favorites   0 Comments

Color spaces of #b94d0c

RGB 1857712
HSL0.060.880.39
HSV23°94°73°
CMYK 0.000.580.94   0.27
XYZ22.727815.64862.1704
Yxy15.64860.56050.3859
Hunter Lab39.558333.328224.4378
CIE-Lab46.510040.903953.5480

#b94d0c color RGB value is (185,77,12).

#b94d0c hex color red value is 185, green value is 77 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #b94d0c hue: 0.06 , saturation: 0.88 and the lightness value of b94d0c is 0.39.

The process color (four color CMYK) of #b94d0c color hex is 0.00, 0.58, 0.94, 0.27. Web safe color of #b94d0c is #cc6600. Color #b94d0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001101 00001100
Octal 271 115 14
Decimal 185 77 12
Hex B9 4D C

RGB Percentages of Color #b94d0c

%67.52
%28.10
%4.38

CMYK Percentages of Color #b94d0c

%0
%58
%94
%27

Triadic Colors of #b94d0c

#b94d0c #0cb94d #4d0cb9

Analogous Colors of #b94d0c

#b94d0c #b9a40c #b90c22

Monochromatic Colors of #b94d0c

#b94d0c

Complementary Color

#b94d0c #0c78b9

#b94d0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94d0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94d0c Color CSS Codes

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

#b94d0c Text Font Color

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

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


#b94d0c Background Color

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

This div background color is #b94d0c


#b94d0c Border Color

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

This div border color is #b94d0c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,77,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b94d0c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b94d0c;
  -webkit-box-shadow: 1px 1px 3px 2px #b94d0c;
  box-shadow:         1px 1px 3px 2px #b94d0c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,77,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94d0c


Comments

No comments written yet.

Please login to write comment.