Color Hex Logo

#bbb998 Color Hex

#BBB998
(187,185,152)
0 Favorites   0 Comments

Color spaces of #bbb998

RGB 187185152
HSL0.160.200.66
HSV57°19°73°
CMYK 0.000.010.19   0.27
XYZ43.510047.529736.5867
Yxy47.52970.34090.3724
Hunter Lab68.9418-7.994616.7947
CIE-Lab74.5273-4.855617.0380

#bbb998 color RGB value is (187,185,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111001 10011000
Octal 273 271 230
Decimal 187 185 152
Hex BB B9 98

RGB Percentages of Color #bbb998

%35.69
%35.31
%29.01

CMYK Percentages of Color #bbb998

%0
%1
%19
%27

Triadic Colors of #bbb998

#bbb998 #98bbb9 #b998bb

Analogous Colors of #bbb998

#bbb998 #acbb98 #bba898

Monochromatic Colors of #bbb998

#bbb998

Complementary Color

#bbb998 #989abb

#bbb998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb998 Color CSS Codes

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

#bbb998 Text Font Color

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

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


#bbb998 Background Color

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

This div background color is #bbb998


#bbb998 Border Color

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

This div border color is #bbb998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb998


Comments

No comments written yet.

Please login to write comment.