Color Hex Logo

#b85017 Color Hex

#B85017
(184,80,23)
0 Favorites   0 Comments

Color spaces of #b85017

RGB 1848023
HSL0.060.780.41
HSV21°88°72°
CMYK 0.000.570.88   0.28
XYZ22.790515.98952.6957
Yxy15.98950.54950.3855
Hunter Lab39.986931.759023.9938
CIE-Lab46.960739.246550.2621

#b85017 color RGB value is (184,80,23).

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

The process color (four color CMYK) of #b85017 color hex is 0.00, 0.57, 0.88, 0.28. Web safe color of #b85017 is #cc6600. Color #b85017 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010000 00010111
Octal 270 120 27
Decimal 184 80 23
Hex B8 50 17

RGB Percentages of Color #b85017

%64.11
%27.87
%8.01

CMYK Percentages of Color #b85017

%0
%57
%88
%28

Triadic Colors of #b85017

#b85017 #17b850 #5017b8

Analogous Colors of #b85017

#b85017 #b8a117 #b8172e

Monochromatic Colors of #b85017

#b85017

Complementary Color

#b85017 #177fb8

#b85017 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85017 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85017 Color CSS Codes

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

#b85017 Text Font Color

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

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


#b85017 Background Color

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

This div background color is #b85017


#b85017 Border Color

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

This div border color is #b85017


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,80,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 #b85017">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85017


Comments

No comments written yet.

Please login to write comment.