Color Hex Logo

#bba590 Color Hex

#BBA590
(187,165,144)
0 Favorites   0 Comments

Color spaces of #bba590

RGB 187165144
HSL0.080.240.65
HSV29°23°73°
CMYK 0.000.120.23   0.27
XYZ38.982739.488731.9530
Yxy39.48870.35300.3576
Hunter Lab62.84000.762113.8402
CIE-Lab69.10384.663913.8239

#bba590 color RGB value is (187,165,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100101 10010000
Octal 273 245 220
Decimal 187 165 144
Hex BB A5 90

RGB Percentages of Color #bba590

%37.70
%33.27
%29.03

CMYK Percentages of Color #bba590

%0
%12
%23
%27

Triadic Colors of #bba590

#bba590 #90bba5 #a590bb

Analogous Colors of #bba590

#bba590 #bbbb90 #bb9091

Monochromatic Colors of #bba590

#bba590

Complementary Color

#bba590 #90a6bb

#bba590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba590 Color CSS Codes

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

#bba590 Text Font Color

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

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


#bba590 Background Color

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

This div background color is #bba590


#bba590 Border Color

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

This div border color is #bba590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba590


Comments

No comments written yet.

Please login to write comment.