Color Hex Logo

#bbb796 Color Hex

#BBB796
(187,183,150)
0 Favorites   0 Comments

Color spaces of #bbb796

RGB 187183150
HSL0.150.210.66
HSV54°20°73°
CMYK 0.000.020.20   0.27
XYZ42.932046.633835.5926
Yxy46.63380.34300.3726
Hunter Lab68.2889-7.286016.9000
CIE-Lab73.9549-4.102317.3220

#bbb796 color RGB value is (187,183,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110111 10010110
Octal 273 267 226
Decimal 187 183 150
Hex BB B7 96

RGB Percentages of Color #bbb796

%35.96
%35.19
%28.85

CMYK Percentages of Color #bbb796

%0
%2
%20
%27

Triadic Colors of #bbb796

#bbb796 #96bbb7 #b796bb

Analogous Colors of #bbb796

#bbb796 #adbb96 #bba596

Monochromatic Colors of #bbb796

#bbb796

Complementary Color

#bbb796 #969abb

#bbb796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb796 Color CSS Codes

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

#bbb796 Text Font Color

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

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


#bbb796 Background Color

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

This div background color is #bbb796


#bbb796 Border Color

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

This div border color is #bbb796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb796


Comments

No comments written yet.

Please login to write comment.