Color Hex Logo

#bba899 Color Hex

#BBA899
(187,168,153)
0 Favorites   0 Comments

Color spaces of #bba899

RGB 187168153
HSL0.070.200.67
HSV26°18°73°
CMYK 0.000.100.18   0.27
XYZ40.245940.870035.9045
Yxy40.87000.34390.3493
Hunter Lab63.92960.495011.4520
CIE-Lab70.08474.405710.2480

#bba899 color RGB value is (187,168,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 10011001
Octal 273 250 231
Decimal 187 168 153
Hex BB A8 99

RGB Percentages of Color #bba899

%36.81
%33.07
%30.12

CMYK Percentages of Color #bba899

%0
%10
%18
%27

Triadic Colors of #bba899

#bba899 #99bba8 #a899bb

Analogous Colors of #bba899

#bba899 #bbb999 #bb999b

Monochromatic Colors of #bba899

#bba899

Complementary Color

#bba899 #99acbb

#bba899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba899 Color CSS Codes

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

#bba899 Text Font Color

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

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


#bba899 Background Color

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

This div background color is #bba899


#bba899 Border Color

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

This div border color is #bba899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba899


Comments

No comments written yet.

Please login to write comment.