COLOR #BBA2A1

HEX: #BBA2A1
RGB: (187,162,161)

Color info

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

RGB color model

#BBA2A1 color RGB value is (187,162,161).

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

RGB channels and saturation

R 187 of 255 = 73%
G 162 of 255 = 64%
B 161 of 255 = 63%

187
162
161

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

Portions of RGB colors in percentages

R + G + B =
187 + 162 + 161 = 510 (100%)
R 187 of 510 ~ 36.67%
G 162 of 510 ~ 31.76%
B 161 of 510 ~ 31.57%

%36.67
%31.76
%31.57

CMYK color model

#BBA2A1 color CMYK value is (0,13,14,27).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 13.90%
  • key color value is 26.67%
CMYK:
(0,13,14,27)
C0M13Y14K27 
(0%,13%,14%,27%)
(0.00/0.13/0.14/0.27)	

CMYK percentages

%0
%13.37
%13.9
%26.67

Codes

Color #BBA2A1 in popluar color models

BBA2A1
RGB187162161
HSL16.05%68.24%
HSB/HSV13.90%73.33%
CMYK0.00%13.37%13.90%
26.67%

Color #BBA2A1 in popluar number systems.

HEXBBA2A1
Decimal187162161
Binary101110111010001010100001
Octal273242241

Shades and tints

Shades of #BBA2A1

#BBA2A1
(187,162,161)
#AA9493
(170,148,147)
#998685
(153,134,133)
#887877
(136,120,119)
#776A69
(119,106,105)
#665C5B
(102,92,91)
#554E4D
(85,78,77)
#44403F
(68,64,63)
#333231
(51,50,49)
#222423
(34,36,35)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #BBA2A1

#BBA2A1
(187,162,161)
#C1AAA9
(193,170,169)
#C7B2B1
(199,178,177)
#CDBAB9
(205,186,185)
#D3C2C1
(211,194,193)
#D9CAC9
(217,202,201)
#DFD2D1
(223,210,209)
#E5DAD9
(229,218,217)
#EBE2E1
(235,226,225)
#F1EAE9
(241,234,233)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA2A1; }

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

This text font color is #BBA2A1.


Background Color

.myBgColor { background-color: #BBA2A1; }

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

This div background color is #BBA2A1.


Border color

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

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

This div border color is #BBA2A1.


Opacity

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

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

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

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

This text has shadow with #BBA2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA2A1 on black background.


Color preview on white background

This text has color #BBA2A1 on white background.



Black color preview on #BBA2A1 background

This text has black color on #BBA2A1 background.


White color preview on #BBA2A1 background

This text has white color on #BBA2A1 background.