Color Hex Logo

#bba890 Color Hex

#BBA890
(187,168,144)
0 Favorites   0 Comments

Color spaces of #bba890

RGB 187168144
HSL0.090.240.65
HSV33°23°73°
CMYK 0.000.100.23   0.27
XYZ39.530240.583732.1355
Yxy40.58370.35220.3615
Hunter Lab63.7053-0.722214.6855
CIE-Lab69.88333.035214.9152

#bba890 color RGB value is (187,168,144).

#bba890 hex color red value is 187, green value is 168 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bba890 hue: 0.09 , saturation: 0.24 and the lightness value of bba890 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101000 10010000
Octal 273 250 220
Decimal 187 168 144
Hex BB A8 90

RGB Percentages of Color #bba890

%37.47
%33.67
%28.86

CMYK Percentages of Color #bba890

%0
%10
%23
%27

Triadic Colors of #bba890

#bba890 #90bba8 #a890bb

Analogous Colors of #bba890

#bba890 #b9bb90 #bb9390

Monochromatic Colors of #bba890

#bba890

Complementary Color

#bba890 #90a3bb

#bba890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba890 Color CSS Codes

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

#bba890 Text Font Color

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

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


#bba890 Background Color

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

This div background color is #bba890


#bba890 Border Color

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

This div border color is #bba890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba890


Comments

No comments written yet.

Please login to write comment.