Color Hex Logo

#b6b37f Color Hex

#B6B37F
(182,179,127)
0 Favorites   0 Comments

Color spaces of #b6b37f

RGB 182179127
HSL0.160.270.61
HSV57°30°71°
CMYK 0.000.020.30   0.29
XYZ39.242343.717626.4487
Yxy43.71760.35870.3996
Hunter Lab66.1193-9.767622.5666
CIE-Lab72.0393-7.166527.0024

#b6b37f color RGB value is (182,179,127).

#b6b37f hex color red value is 182, green value is 179 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b6b37f hue: 0.16 , saturation: 0.27 and the lightness value of b6b37f is 0.61.

The process color (four color CMYK) of #b6b37f color hex is 0.00, 0.02, 0.30, 0.29. Web safe color of #b6b37f is #cccc66. Color #b6b37f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10110011 01111111
Octal 266 263 177
Decimal 182 179 127
Hex B6 B3 7F

RGB Percentages of Color #b6b37f

%37.30
%36.68
%26.02

CMYK Percentages of Color #b6b37f

%0
%2
%30
%29

Triadic Colors of #b6b37f

#b6b37f #7fb6b3 #b37fb6

Analogous Colors of #b6b37f

#b6b37f #9eb67f #b6987f

Monochromatic Colors of #b6b37f

#b6b37f

Complementary Color

#b6b37f #7f82b6

#b6b37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6b37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6b37f Color CSS Codes

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

#b6b37f Text Font Color

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

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


#b6b37f Background Color

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

This div background color is #b6b37f


#b6b37f Border Color

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

This div border color is #b6b37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6b37f


Comments

No comments written yet.

Please login to write comment.