Color Hex Logo

#b85100 Color Hex

#B85100
(184,81,0)
0 Favorites   0 Comments

Color spaces of #b85100

RGB 184810
HSL0.071.000.36
HSV26°100°72°
CMYK 0.000.561.00   0.28
XYZ22.709616.07521.9059
Yxy16.07520.55810.3951
Hunter Lab40.093930.940025.2473
CIE-Lab47.073038.394556.8175

#b85100 color RGB value is (184,81,0).

#b85100 hex color red value is 184, green value is 81 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #b85100 hue: 0.07 , saturation: 1.00 and the lightness value of b85100 is 0.36.

The process color (four color CMYK) of #b85100 color hex is 0.00, 0.56, 1.00, 0.28. Web safe color of #b85100 is #cc6600. Color #b85100 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010001 00000000
Octal 270 121 0
Decimal 184 81 0
Hex B8 51 0

RGB Percentages of Color #b85100

%69.43
%30.57
%0.00

CMYK Percentages of Color #b85100

%0
%56
%100
%28

Triadic Colors of #b85100

#b85100 #00b851 #5100b8

Analogous Colors of #b85100

#b85100 #b8ad00 #b8000b

Monochromatic Colors of #b85100

#b85100

Complementary Color

#b85100 #0067b8

#b85100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b85100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b85100 Color CSS Codes

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

#b85100 Text Font Color

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

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


#b85100 Background Color

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

This div background color is #b85100


#b85100 Border Color

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

This div border color is #b85100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b85100

#b85100 Color Palettes


Comments

No comments written yet.

Please login to write comment.