Color Hex Logo

#bba99d Color Hex

#BBA99D
(187,169,157)
0 Favorites   0 Comments

Color spaces of #bba99d

RGB 187169157
HSL0.070.180.67
HSV24°16°73°
CMYK 0.000.100.16   0.27
XYZ40.767341.375137.7358
Yxy41.37510.34010.3451
Hunter Lab64.32350.564710.2436
CIE-Lab70.43794.49788.5466

#bba99d color RGB value is (187,169,157).

#bba99d hex color red value is 187, green value is 169 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bba99d hue: 0.07 , saturation: 0.18 and the lightness value of bba99d is 0.67.

The process color (four color CMYK) of #bba99d color hex is 0.00, 0.10, 0.16, 0.27. Web safe color of #bba99d is #cc9999. Color #bba99d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101001 10011101
Octal 273 251 235
Decimal 187 169 157
Hex BB A9 9D

RGB Percentages of Color #bba99d

%36.45
%32.94
%30.60

CMYK Percentages of Color #bba99d

%0
%10
%16
%27

Triadic Colors of #bba99d

#bba99d #9dbba9 #a99dbb

Analogous Colors of #bba99d

#bba99d #bbb89d #bb9da0

Monochromatic Colors of #bba99d

#bba99d

Complementary Color

#bba99d #9dafbb

#bba99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba99d Color CSS Codes

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

#bba99d Text Font Color

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

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


#bba99d Background Color

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

This div background color is #bba99d


#bba99d Border Color

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

This div border color is #bba99d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba99d


Comments

No comments written yet.

Please login to write comment.