Color Hex Logo

#b85f13 Color Hex

#B85F13
(184,95,19)
0 Favorites   0 Comments

Color spaces of #b85f13

RGB 1849519
HSL0.080.810.40
HSV28°90°72°
CMYK 0.000.480.90   0.28
XYZ23.976918.42182.9081
Yxy18.42180.52920.4066
Hunter Lab42.920624.605026.0272
CIE-Lab50.003831.429154.0163

#b85f13 color RGB value is (184,95,19).

#b85f13 hex color red value is 184, green value is 95 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #b85f13 hue: 0.08 , saturation: 0.81 and the lightness value of b85f13 is 0.40.

The process color (four color CMYK) of #b85f13 color hex is 0.00, 0.48, 0.90, 0.28. Web safe color of #b85f13 is #cc6600. Color #b85f13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01011111 00010011
Octal 270 137 23
Decimal 184 95 19
Hex B8 5F 13

RGB Percentages of Color #b85f13

%61.74
%31.88
%6.38

CMYK Percentages of Color #b85f13

%0
%48
%90
%28

Triadic Colors of #b85f13

#b85f13 #13b85f #5f13b8

Analogous Colors of #b85f13

#b85f13 #b8b213 #b8131a

Monochromatic Colors of #b85f13

#b85f13

Complementary Color

#b85f13 #136cb8

#b85f13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85f13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85f13 Color CSS Codes

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

#b85f13 Text Font Color

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

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


#b85f13 Background Color

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

This div background color is #b85f13


#b85f13 Border Color

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

This div border color is #b85f13


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,95,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b85f13; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b85f13;
  -webkit-box-shadow: 1px 1px 3px 2px #b85f13;
  box-shadow:         1px 1px 3px 2px #b85f13; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,95,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85f13


Comments

No comments written yet.

Please login to write comment.