Color Hex Logo

#b86000 Color Hex

#B86000
(184,96,0)
0 Favorites   0 Comments

Color spaces of #b86000

RGB 184960
HSL0.091.000.36
HSV31°100°72°
CMYK 0.000.481.00   0.28
XYZ23.950018.55612.3194
Yxy18.55610.53430.4140
Hunter Lab43.076823.858726.9614
CIE-Lab50.163830.621258.6339

#b86000 color RGB value is (184,96,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01100000 00000000
Octal 270 140 0
Decimal 184 96 0
Hex B8 60 0

RGB Percentages of Color #b86000

%65.71
%34.29
%0.00

CMYK Percentages of Color #b86000

%0
%48
%100
%28

Triadic Colors of #b86000

#b86000 #00b860 #6000b8

Analogous Colors of #b86000

#b86000 #b4b800 #b80400

Monochromatic Colors of #b86000

#b86000

Complementary Color

#b86000 #0058b8

#b86000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86000 Color CSS Codes

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

#b86000 Text Font Color

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

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


#b86000 Background Color

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

This div background color is #b86000


#b86000 Border Color

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

This div border color is #b86000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b86000


Comments

No comments written yet.

Please login to write comment.