Color Hex Logo

#bba797 Color Hex

#BBA797
(187,167,151)
0 Favorites   0 Comments

Color spaces of #bba797

RGB 187167151
HSL0.070.210.66
HSV27°19°73°
CMYK 0.000.110.19   0.27
XYZ39.898140.436634.9803
Yxy40.43660.34600.3507
Hunter Lab63.58980.714011.8978
CIE-Lab69.77944.637310.9174

#bba797 color RGB value is (187,167,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 10010111
Octal 273 247 227
Decimal 187 167 151
Hex BB A7 97

RGB Percentages of Color #bba797

%37.03
%33.07
%29.90

CMYK Percentages of Color #bba797

%0
%11
%19
%27

Triadic Colors of #bba797

#bba797 #97bba7 #a797bb

Analogous Colors of #bba797

#bba797 #bbb997 #bb9799

Monochromatic Colors of #bba797

#bba797

Complementary Color

#bba797 #97abbb

#bba797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba797 Color CSS Codes

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

#bba797 Text Font Color

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

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


#bba797 Background Color

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

This div background color is #bba797


#bba797 Border Color

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

This div border color is #bba797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba797


Comments

No comments written yet.

Please login to write comment.