COLOR #BBA895

HEX: #BBA895 RGB: (187,168,149)

Color info

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

RGB color model

#BBA895 color RGB value is (187,168,149).

RGB: (187,168,149) (73%, 66%, 58%)

RGB channels and saturation

R 187 of 255 = 73%
G 168 of 255 = 66%
B 149 of 255 = 58%

187
168
149

R + G + B ~ 66%. #BBA895 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 168 + 149 = 504 (100%)
R 187 of 504 ~ 37.1%
G 168 of 504 ~ 33.33%
B 149 of 504 ~ 29.56'%

%37.1
%33.33
%29.56

CMYK color model

#BBA895 color CMYK value is (0,10,20,27).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 20.32%
  • key color value is 26.67%
CMYK: (0,10,20,27) C0M10Y20K27 (0%,10%,20%,27%) (0.00/0.10/0.20/0.27) 

CMYK percentages

%0
%10.16
%20.32
%26.67

Codes

Color #BBA895 in popluar color models

BB A8 95
RGB 187 168 149
HSL 30° 21.84% 65.88%
HSB/HSV 30° 20.32% 73.33%
CMYK 0.00% 10.16% 20.32%
26.67%

Color #BBA895 in popluar number systems.

HEX BB A8 95
Decimal 187 168 149
Binary 10111011 10101000 10010101
Octal 273 250 225

Shades and tints

Shades of #BBA895

#BBA895
(187,168,149)
#AA9988
(170,153,136)
#998A7B
(153,138,123)
#887B6E
(136,123,110)
#776C61
(119,108,97)
#665D54
(102,93,84)
#554E47
(85,78,71)
#443F3A
(68,63,58)
#33302D
(51,48,45)
#222120
(34,33,32)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #BBA895

#BBA895
(187,168,149)
#C1AF9E
(193,175,158)
#C7B6A7
(199,182,167)
#CDBDB0
(205,189,176)
#D3C4B9
(211,196,185)
#D9CBC2
(217,203,194)
#DFD2CB
(223,210,203)
#E5D9D4
(229,217,212)
#EBE0DD
(235,224,221)
#F1E7E6
(241,231,230)
#F7EEEF
(247,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA895 color. Also use rgb(187,168,149) instead hex code.

Text Font Color

.myTextColor { color: #BBA895; }

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

This text font color is #BBA895.

Background Color

.myBgColor { background-color: #BBA895; }

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

This div background color is #BBA895.

Border color

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

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

This div border color is #BBA895.

Opacity

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

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

Text with #BBA895 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 #BBA895;}

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

This text has shadow with #BBA895 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA895.

Preview

Color preview on black background

This text has color #BBA895 on black background.


Color preview on white background

This text has color #BBA895 on white background.


Black color preview on #BBA895 background

This text has black color on #BBA895 background.


White color preview on #BBA895 background

This text has white color on #BBA895 background.


Related colors

Complementary color

Complementary color for #hex is #44576A.


I love getcolorcode.com

Triadic colors

1 #95BBA8 and #A895BB with #BBA895 are triadic colors.

2 #95A8BB and #A8BB95 with #BBA895 are triadic colors.