Color Hex Logo

#bba796 Color Hex

#BBA796
(187,167,150)
0 Favorites   0 Comments

Color spaces of #bba796

RGB 187167150
HSL0.080.210.66
HSV28°20°73°
CMYK 0.000.110.20   0.27
XYZ39.817340.404234.5544
Yxy40.40420.34690.3520
Hunter Lab63.56430.576612.2642
CIE-Lab69.75654.483211.4361

#bba796 color RGB value is (187,167,150).

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

The process color (four color CMYK) of #bba796 color hex is 0.00, 0.11, 0.20, 0.27. Web safe color of #bba796 is #cc9999. Color #bba796 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10010110
Octal 273 247 226
Decimal 187 167 150
Hex BB A7 96

RGB Percentages of Color #bba796

%37.10
%33.13
%29.76

CMYK Percentages of Color #bba796

%0
%11
%20
%27

Triadic Colors of #bba796

#bba796 #96bba7 #a796bb

Analogous Colors of #bba796

#bba796 #bbba96 #bb9698

Monochromatic Colors of #bba796

#bba796

Complementary Color

#bba796 #96aabb

#bba796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba796 Color CSS Codes

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

#bba796 Text Font Color

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

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


#bba796 Background Color

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

This div background color is #bba796


#bba796 Border Color

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

This div border color is #bba796


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,167,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 #bba796">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba796


Comments

No comments written yet.

Please login to write comment.