Color Hex Logo

#b6ab2b Color Hex

#B6AB2B
(182,171,43)
0 Favorites   0 Comments

Color spaces of #b6ab2b

RGB 18217143
HSL0.150.620.44
HSV55°76°71°
CMYK 0.000.060.76   0.29
XYZ34.290439.24538.0533
Yxy39.24530.42030.4810
Hunter Lab62.6461-11.925636.2304
CIE-Lab68.9286-10.127762.4759

#b6ab2b color RGB value is (182,171,43).

#b6ab2b hex color red value is 182, green value is 171 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #b6ab2b hue: 0.15 , saturation: 0.62 and the lightness value of b6ab2b is 0.44.

The process color (four color CMYK) of #b6ab2b color hex is 0.00, 0.06, 0.76, 0.29. Web safe color of #b6ab2b is #cc9933. Color #b6ab2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10101011 00101011
Octal 266 253 53
Decimal 182 171 43
Hex B6 AB 2B

RGB Percentages of Color #b6ab2b

%45.96
%43.18
%10.86

CMYK Percentages of Color #b6ab2b

%0
%6
%76
%29

Triadic Colors of #b6ab2b

#b6ab2b #2bb6ab #ab2bb6

Analogous Colors of #b6ab2b

#b6ab2b #7cb62b #b6662b

Monochromatic Colors of #b6ab2b

#b6ab2b

Complementary Color

#b6ab2b #2b36b6

#b6ab2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ab2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ab2b Color CSS Codes

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

#b6ab2b Text Font Color

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

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


#b6ab2b Background Color

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

This div background color is #b6ab2b


#b6ab2b Border Color

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

This div border color is #b6ab2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ab2b


Comments

No comments written yet.

Please login to write comment.