Color Hex Logo

#b94517 Color Hex

#B94517
(185,69,23)
0 Favorites   0 Comments

Color spaces of #b94517

RGB 1856923
HSL0.050.780.41
HSV17°88°73°
CMYK 0.000.630.88   0.27
XYZ22.290414.63242.4601
Yxy14.63240.56600.3715
Hunter Lab38.252337.074022.9635
CIE-Lab45.126544.863548.8499

#b94517 color RGB value is (185,69,23).

#b94517 hex color red value is 185, green value is 69 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #b94517 hue: 0.05 , saturation: 0.78 and the lightness value of b94517 is 0.41.

The process color (four color CMYK) of #b94517 color hex is 0.00, 0.63, 0.88, 0.27. Web safe color of #b94517 is #cc3300. Color #b94517 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000101 00010111
Octal 271 105 27
Decimal 185 69 23
Hex B9 45 17

RGB Percentages of Color #b94517

%66.79
%24.91
%8.30

CMYK Percentages of Color #b94517

%0
%63
%88
%27

Triadic Colors of #b94517

#b94517 #17b945 #4517b9

Analogous Colors of #b94517

#b94517 #b99617 #b9173a

Monochromatic Colors of #b94517

#b94517

Complementary Color

#b94517 #178bb9

#b94517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94517 Color CSS Codes

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

#b94517 Text Font Color

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

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


#b94517 Background Color

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

This div background color is #b94517


#b94517 Border Color

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

This div border color is #b94517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94517


Comments

No comments written yet.

Please login to write comment.