Color Hex Logo

#bbb98a Color Hex

#BBB98A
(187,185,138)
0 Favorites   0 Comments

Color spaces of #bbb98a

RGB 187185138
HSL0.160.260.64
HSV58°26°73°
CMYK 0.000.010.26   0.27
XYZ42.429947.097730.8992
Yxy47.09770.35230.3911
Hunter Lab68.6278-9.738921.3445
CIE-Lab74.2522-6.885224.1779

#bbb98a color RGB value is (187,185,138).

#bbb98a hex color red value is 187, green value is 185 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bbb98a hue: 0.16 , saturation: 0.26 and the lightness value of bbb98a is 0.64.

The process color (four color CMYK) of #bbb98a color hex is 0.00, 0.01, 0.26, 0.27. Web safe color of #bbb98a is #cccc99. Color #bbb98a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 10001010
Octal 273 271 212
Decimal 187 185 138
Hex BB B9 8A

RGB Percentages of Color #bbb98a

%36.67
%36.27
%27.06

CMYK Percentages of Color #bbb98a

%0
%1
%26
%27

Triadic Colors of #bbb98a

#bbb98a #8abbb9 #b98abb

Analogous Colors of #bbb98a

#bbb98a #a5bb8a #bba18a

Monochromatic Colors of #bbb98a

#bbb98a

Complementary Color

#bbb98a #8a8cbb

#bbb98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb98a Color CSS Codes

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

#bbb98a Text Font Color

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

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


#bbb98a Background Color

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

This div background color is #bbb98a


#bbb98a Border Color

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

This div border color is #bbb98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb98a


Comments

No comments written yet.

Please login to write comment.