Color Hex Logo

#b6b16f Color Hex

#B6B16F
(182,177,111)
0 Favorites   0 Comments

Color spaces of #b6b16f

RGB 182177111
HSL0.150.330.57
HSV56°39°71°
CMYK 0.000.030.39   0.29
XYZ37.882842.537121.2528
Yxy42.53710.37260.4184
Hunter Lab65.2205-10.455526.3340
CIE-Lab71.2397-8.069734.3979

#b6b16f color RGB value is (182,177,111).

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

The process color (four color CMYK) of #b6b16f color hex is 0.00, 0.03, 0.39, 0.29. Web safe color of #b6b16f is #cc9966. Color #b6b16f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10110001 01101111
Octal 266 261 157
Decimal 182 177 111
Hex B6 B1 6F

RGB Percentages of Color #b6b16f

%38.72
%37.66
%23.62

CMYK Percentages of Color #b6b16f

%0
%3
%39
%29

Triadic Colors of #b6b16f

#b6b16f #6fb6b1 #b16fb6

Analogous Colors of #b6b16f

#b6b16f #98b66f #b68e6f

Monochromatic Colors of #b6b16f

#b6b16f

Complementary Color

#b6b16f #6f74b6

#b6b16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b16f Color CSS Codes

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

#b6b16f Text Font Color

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

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


#b6b16f Background Color

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

This div background color is #b6b16f


#b6b16f Border Color

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

This div border color is #b6b16f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b16f


Comments

No comments written yet.

Please login to write comment.