Color Hex Logo

#bbab6b Color Hex

#BBAB6B
(187,171,107)
0 Favorites   0 Comments

Color spaces of #bbab6b

RGB 187171107
HSL0.130.370.58
HSV48°43°73°
CMYK 0.000.090.43   0.27
XYZ37.710340.752219.7883
Yxy40.75220.38380.4148
Hunter Lab63.8374-6.271326.3075
CIE-Lab70.0020-3.294134.9924

#bbab6b color RGB value is (187,171,107).

#bbab6b hex color red value is 187, green value is 171 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bbab6b hue: 0.13 , saturation: 0.37 and the lightness value of bbab6b is 0.58.

The process color (four color CMYK) of #bbab6b color hex is 0.00, 0.09, 0.43, 0.27. Web safe color of #bbab6b is #cc9966. Color #bbab6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 01101011
Octal 273 253 153
Decimal 187 171 107
Hex BB AB 6B

RGB Percentages of Color #bbab6b

%40.22
%36.77
%23.01

CMYK Percentages of Color #bbab6b

%0
%9
%43
%27

Triadic Colors of #bbab6b

#bbab6b #6bbbab #ab6bbb

Analogous Colors of #bbab6b

#bbab6b #a3bb6b #bb836b

Monochromatic Colors of #bbab6b

#bbab6b

Complementary Color

#bbab6b #6b7bbb

#bbab6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab6b Color CSS Codes

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

#bbab6b Text Font Color

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

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


#bbab6b Background Color

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

This div background color is #bbab6b


#bbab6b Border Color

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

This div border color is #bbab6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab6b


Comments

No comments written yet.

Please login to write comment.