Color Hex Logo

#b9b31b Color Hex

#B9B31B
(185,179,27)
0 Favorites   0 Comments

Color spaces of #b9b31b

RGB 18517927
HSL0.160.750.42
HSV58°85°73°
CMYK 0.000.030.85   0.27
XYZ36.325542.63367.3515
Yxy42.63360.42090.4940
Hunter Lab65.2944-14.959639.0306
CIE-Lab71.3056-13.466669.0873

#b9b31b color RGB value is (185,179,27).

#b9b31b hex color red value is 185, green value is 179 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #b9b31b hue: 0.16 , saturation: 0.75 and the lightness value of b9b31b is 0.42.

The process color (four color CMYK) of #b9b31b color hex is 0.00, 0.03, 0.85, 0.27. Web safe color of #b9b31b is #cccc33. Color #b9b31b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10110011 00011011
Octal 271 263 33
Decimal 185 179 27
Hex B9 B3 1B

RGB Percentages of Color #b9b31b

%47.31
%45.78
%6.91

CMYK Percentages of Color #b9b31b

%0
%3
%85
%27

Triadic Colors of #b9b31b

#b9b31b #1bb9b3 #b31bb9

Analogous Colors of #b9b31b

#b9b31b #70b91b #b9641b

Monochromatic Colors of #b9b31b

#b9b31b

Complementary Color

#b9b31b #1b21b9

#b9b31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b31b Color CSS Codes

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

#b9b31b Text Font Color

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

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


#b9b31b Background Color

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

This div background color is #b9b31b


#b9b31b Border Color

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

This div border color is #b9b31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b31b


Comments

No comments written yet.

Please login to write comment.