Color Hex Logo

#bbb899 Color Hex

#BBB899
(187,184,153)
0 Favorites   0 Comments

Color spaces of #bbb899

RGB 187184153
HSL0.150.200.67
HSV55°18°73°
CMYK 0.000.020.18   0.27
XYZ43.383847.145736.9504
Yxy47.14570.34030.3698
Hunter Lab68.6627-7.376516.1574
CIE-Lab74.2829-4.174816.1573

#bbb899 color RGB value is (187,184,153).

#bbb899 hex color red value is 187, green value is 184 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bbb899 hue: 0.15 , saturation: 0.20 and the lightness value of bbb899 is 0.67.

The process color (four color CMYK) of #bbb899 color hex is 0.00, 0.02, 0.18, 0.27. Web safe color of #bbb899 is #cccc99. Color #bbb899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111000 10011001
Octal 273 270 231
Decimal 187 184 153
Hex BB B8 99

RGB Percentages of Color #bbb899

%35.69
%35.11
%29.20

CMYK Percentages of Color #bbb899

%0
%2
%18
%27

Triadic Colors of #bbb899

#bbb899 #99bbb8 #b899bb

Analogous Colors of #bbb899

#bbb899 #adbb99 #bba799

Monochromatic Colors of #bbb899

#bbb899

Complementary Color

#bbb899 #999cbb

#bbb899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb899 Color CSS Codes

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

#bbb899 Text Font Color

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

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


#bbb899 Background Color

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

This div background color is #bbb899


#bbb899 Border Color

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

This div border color is #bbb899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb899


Comments

No comments written yet.

Please login to write comment.