Color Hex Logo

#b8960b Color Hex

#B8960B
(184,150,11)
0 Favorites   0 Comments

Color spaces of #b8960b

RGB 18415011
HSL0.130.890.38
HSV48°94°72°
CMYK 0.000.180.94   0.28
XYZ30.733932.02724.8786
Yxy32.02720.45440.4735
Hunter Lab56.5926-2.098534.5037
CIE-Lab63.36541.094165.8014

#b8960b color RGB value is (184,150,11).

#b8960b hex color red value is 184, green value is 150 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #b8960b hue: 0.13 , saturation: 0.89 and the lightness value of b8960b is 0.38.

The process color (four color CMYK) of #b8960b color hex is 0.00, 0.18, 0.94, 0.28. Web safe color of #b8960b is #cc9900. Color #b8960b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010110 00001011
Octal 270 226 13
Decimal 184 150 11
Hex B8 96 B

RGB Percentages of Color #b8960b

%53.33
%43.48
%3.19

CMYK Percentages of Color #b8960b

%0
%18
%94
%28

Triadic Colors of #b8960b

#b8960b #0bb896 #960bb8

Analogous Colors of #b8960b

#b8960b #84b80b #b8400b

Monochromatic Colors of #b8960b

#b8960b

Complementary Color

#b8960b #0b2db8

#b8960b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8960b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8960b Color CSS Codes

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

#b8960b Text Font Color

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

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


#b8960b Background Color

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

This div background color is #b8960b


#b8960b Border Color

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

This div border color is #b8960b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8960b


Comments

No comments written yet.

Please login to write comment.