Color Hex Logo

#bbb097 Color Hex

#BBB097
(187,176,151)
0 Favorites   0 Comments

Color spaces of #bbb097

RGB 187176151
HSL0.120.210.66
HSV42°19°73°
CMYK 0.000.060.19   0.27
XYZ41.604843.849835.5492
Yxy43.84980.34380.3624
Hunter Lab66.2192-3.733914.5241
CIE-Lab72.1280-0.222314.2281

#bbb097 color RGB value is (187,176,151).

#bbb097 hex color red value is 187, green value is 176 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #bbb097 hue: 0.12 , saturation: 0.21 and the lightness value of bbb097 is 0.66.

The process color (four color CMYK) of #bbb097 color hex is 0.00, 0.06, 0.19, 0.27. Web safe color of #bbb097 is #cc9999. Color #bbb097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 10010111
Octal 273 260 227
Decimal 187 176 151
Hex BB B0 97

RGB Percentages of Color #bbb097

%36.38
%34.24
%29.38

CMYK Percentages of Color #bbb097

%0
%6
%19
%27

Triadic Colors of #bbb097

#bbb097 #97bbb0 #b097bb

Analogous Colors of #bbb097

#bbb097 #b4bb97 #bb9e97

Monochromatic Colors of #bbb097

#bbb097

Complementary Color

#bbb097 #97a2bb

#bbb097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb097 Color CSS Codes

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

#bbb097 Text Font Color

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

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


#bbb097 Background Color

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

This div background color is #bbb097


#bbb097 Border Color

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

This div border color is #bbb097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb097


Comments

No comments written yet.

Please login to write comment.