COLOR #BBA7A2

HEX: #BBA7A2
RGB: (187,167,162)

Color info

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

RGB color model

#BBA7A2 color RGB value is (187,167,162).

  • red value is 187;
  • green value is 167;
  • blue value is 162.
RGB:
(187,167,162)
(73%,65%,64%)

RGB channels and saturation

R 187 of 255 = 73%
G 167 of 255 = 65%
B 162 of 255 = 64%

187
167
162

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

Portions of RGB colors in percentages

R + G + B =
187 + 167 + 162 = 516 (100%)
R 187 of 516 ~ 36.24%
G 167 of 516 ~ 32.36%
B 162 of 516 ~ 31.4%

%36.24
%32.36
%31.4

CMYK color model

#BBA7A2 color CMYK value is (0,11,13,27).

  • cyan value is 0.00%
  • magenta value is 10.70%
  • yellow value is 13.37%
  • key color value is 26.67%
CMYK:
(0,11,13,27)
C0M11Y13K27 
(0%,11%,13%,27%)
(0.00/0.11/0.13/0.27)	

CMYK percentages

%0
%10.7
%13.37
%26.67

Codes

Color #BBA7A2 in popluar color models

BBA7A2
RGB187167162
HSL12°15.53%68.43%
HSB/HSV12°13.37%73.33%
CMYK0.00%10.70%13.37%
26.67%

Color #BBA7A2 in popluar number systems.

HEXBBA7A2
Decimal187167162
Binary101110111010011110100010
Octal273247242

Shades and tints

Shades of #BBA7A2

#BBA7A2
(187,167,162)
#AA9894
(170,152,148)
#998986
(153,137,134)
#887A78
(136,122,120)
#776B6A
(119,107,106)
#665C5C
(102,92,92)
#554D4E
(85,77,78)
#443E40
(68,62,64)
#332F32
(51,47,50)
#222024
(34,32,36)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #BBA7A2

#BBA7A2
(187,167,162)
#C1AFAA
(193,175,170)
#C7B7B2
(199,183,178)
#CDBFBA
(205,191,186)
#D3C7C2
(211,199,194)
#D9CFCA
(217,207,202)
#DFD7D2
(223,215,210)
#E5DFDA
(229,223,218)
#EBE7E2
(235,231,226)
#F1EFEA
(241,239,234)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA7A2 color. Also use rgb(187,167,162) instead hex code.

Text Font Color

.myTextColor { color: #BBA7A2; }

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

This text font color is #BBA7A2.


Background Color

.myBgColor { background-color: #BBA7A2; }

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

This div background color is #BBA7A2.


Border color

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

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

This div border color is #BBA7A2.


Opacity

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

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

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

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

This text has shadow with #BBA7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA7A2 on black background.


Color preview on white background

This text has color #BBA7A2 on white background.



Black color preview on #BBA7A2 background

This text has black color on #BBA7A2 background.


White color preview on #BBA7A2 background

This text has white color on #BBA7A2 background.