COLOR #BBA5A0

HEX: #BBA5A0 RGB: (187,165,160)

Color info

#BBA5A0 contains red, green and blue colors in about the same proportion. Web safe color of #BBA5A0 is #CC9999 (or #C99).

RGB color model

#BBA5A0 color RGB value is (187,165,160).

RGB: (187,165,160) (73%, 65%, 63%)

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 160 of 255 = 63%

187
165
160

R + G + B ~ 67%. #BBA5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 165 + 160 = 512 (100%)
R 187 of 512 ~ 36.52%
G 165 of 512 ~ 32.23%
B 160 of 512 ~ 31.25'%

%36.52
%32.23
%31.25

CMYK color model

#BBA5A0 color CMYK value is (0,12,14,27).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK: (0,12,14,27) C0M12Y14K27 (0%,12%,14%,27%) (0.00/0.12/0.14/0.27) 

CMYK percentages

%0
%11.76
%14.44
%26.67

Codes

Color #BBA5A0 in popluar color models

BB A5 A0
RGB 187 165 160
HSL 11° 16.56% 68.04%
HSB/HSV 11° 14.44% 73.33%
CMYK 0.00% 11.76% 14.44%
26.67%

Color #BBA5A0 in popluar number systems.

HEX BB A5 A0
Decimal 187 165 160
Binary 10111011 10100101 10100000
Octal 273 245 240

Shades and tints

Shades of #BBA5A0

#BBA5A0
(187,165,160)
#AA9692
(170,150,146)
#998784
(153,135,132)
#887876
(136,120,118)
#776968
(119,105,104)
#665A5A
(102,90,90)
#554B4C
(85,75,76)
#443C3E
(68,60,62)
#332D30
(51,45,48)
#221E22
(34,30,34)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #BBA5A0

#BBA5A0
(187,165,160)
#C1ADA8
(193,173,168)
#C7B5B0
(199,181,176)
#CDBDB8
(205,189,184)
#D3C5C0
(211,197,192)
#D9CDC8
(217,205,200)
#DFD5D0
(223,213,208)
#E5DDD8
(229,221,216)
#EBE5E0
(235,229,224)
#F1EDE8
(241,237,232)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA5A0 color. Also use rgb(187,165,160) instead hex code.

Text Font Color

.myTextColor { color: #BBA5A0; }

<p style="color:#BBA5A0">This sample text font color is #BBA5A0.</p>

This text font color is #BBA5A0.

Background Color

.myBgColor { background-color: #BBA5A0; }

<div style="background-color:#BBA5A0">Inner text</div>

This div background color is #BBA5A0.

Border color

.myBorderColor { border: 1px solid #BBA5A0; }

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

This div border color is #BBA5A0.

Opacity

.myOpacity80 { color: #BBA5A0; opacity: 0.8; }

<p style="color:#BBA5A0;opacity:0.8;">80%</p>

Text with #BBA5A0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBA5A0;}

<p style="text-shadow: 3px 3px 1px #BBA5A0">Text here.</p>

This text has shadow with #BBA5A0 color.


.textShadow {text-shadow: 3px 3px 1px #BBA5A0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBA5A0, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBA5A0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBA5A0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBA5A0, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBA5A0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BBA5A0;
-webkit-box-shadow: 1px 1px 3px 2px #BBA5A0;
box-shadow: 1px 1px 3px 2px #BBA5A0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBA5A0; -webkit-box-shadow: 1px 1px 3px 2px #BBA5A0; box-shadow:1px 1px 3px 2px #BBA5A0;">
Div content here
</div>

This div box has shadow with color #BBA5A0.

Preview

Color preview on black background

This text has color #BBA5A0 on black background.


Color preview on white background

This text has color #BBA5A0 on white background.


Black color preview on #BBA5A0 background

This text has black color on #BBA5A0 background.


White color preview on #BBA5A0 background

This text has white color on #BBA5A0 background.


Related colors

Complementary color

Complementary color for #hex is #445A5F.


I love getcolorcode.com

Triadic colors

1 #A0BBA5 and #A5A0BB with #BBA5A0 are triadic colors.

2 #A0A5BB and #A5BBA0 with #BBA5A0 are triadic colors.