Color Hex Logo

#b9b83b Color Hex

#B9B83B
(185,184,59)
0 Favorites   0 Comments

Color spaces of #b9b83b

RGB 18518459
HSL0.170.520.48
HSV60°68°73°
CMYK 0.000.010.68   0.27
XYZ37.937544.911010.8069
Yxy44.91100.40510.4795
Hunter Lab67.0157-16.228837.3499
CIE-Lab72.8333-14.761660.5609

#b9b83b color RGB value is (185,184,59).

#b9b83b hex color red value is 185, green value is 184 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #b9b83b hue: 0.17 , saturation: 0.52 and the lightness value of b9b83b is 0.48.

The process color (four color CMYK) of #b9b83b color hex is 0.00, 0.01, 0.68, 0.27. Web safe color of #b9b83b is #cccc33. Color #b9b83b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10111000 00111011
Octal 271 270 73
Decimal 185 184 59
Hex B9 B8 3B

RGB Percentages of Color #b9b83b

%43.22
%42.99
%13.79

CMYK Percentages of Color #b9b83b

%0
%1
%68
%27

Triadic Colors of #b9b83b

#b9b83b #3bb9b8 #b83bb9

Analogous Colors of #b9b83b

#b9b83b #7bb93b #b9793b

Monochromatic Colors of #b9b83b

#b9b83b

Complementary Color

#b9b83b #3b3cb9

#b9b83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9b83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9b83b Color CSS Codes

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

#b9b83b Text Font Color

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

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


#b9b83b Background Color

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

This div background color is #b9b83b


#b9b83b Border Color

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

This div border color is #b9b83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9b83b


Comments

No comments written yet.

Please login to write comment.