Color Hex Logo

#b8b16a Color Hex

#B8B16A
(184,177,106)
0 Favorites   0 Comments

Color spaces of #b8b16a

RGB 184177106
HSL0.150.350.57
HSV55°42°72°
CMYK 0.000.040.42   0.28
XYZ38.090842.675219.8652
Yxy42.67520.37850.4241
Hunter Lab65.3263-10.240227.6988
CIE-Lab71.3340-7.803937.1424

#b8b16a color RGB value is (184,177,106).

#b8b16a hex color red value is 184, green value is 177 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #b8b16a hue: 0.15 , saturation: 0.35 and the lightness value of b8b16a is 0.57.

The process color (four color CMYK) of #b8b16a color hex is 0.00, 0.04, 0.42, 0.28. Web safe color of #b8b16a is #cc9966. Color #b8b16a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10110001 01101010
Octal 270 261 152
Decimal 184 177 106
Hex B8 B1 6A

RGB Percentages of Color #b8b16a

%39.40
%37.90
%22.70

CMYK Percentages of Color #b8b16a

%0
%4
%42
%28

Triadic Colors of #b8b16a

#b8b16a #6ab8b1 #b16ab8

Analogous Colors of #b8b16a

#b8b16a #98b86a #b88a6a

Monochromatic Colors of #b8b16a

#b8b16a

Complementary Color

#b8b16a #6a71b8

#b8b16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8b16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8b16a Color CSS Codes

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

#b8b16a Text Font Color

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

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


#b8b16a Background Color

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

This div background color is #b8b16a


#b8b16a Border Color

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

This div border color is #b8b16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8b16a


Comments

No comments written yet.

Please login to write comment.