COLOR #BBA6A1

HEX: #BBA6A1
RGB: (187,166,161)

Color info

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

RGB color model

#BBA6A1 color RGB value is (187,166,161).

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

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 161 of 255 = 63%

187
166
161

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 161 = 514 (100%)
R 187 of 514 ~ 36.38%
G 166 of 514 ~ 32.3%
B 161 of 514 ~ 31.32%

%36.38
%32.3
%31.32

CMYK color model

#BBA6A1 color CMYK value is (0,11,14,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 13.90%
  • key color value is 26.67%
CMYK:
(0,11,14,27)
C0M11Y14K27 
(0%,11%,14%,27%)
(0.00/0.11/0.14/0.27)	

CMYK percentages

%0
%11.23
%13.9
%26.67

Codes

Color #BBA6A1 in popluar color models

BBA6A1
RGB187166161
HSL12°16.05%68.24%
HSB/HSV12°13.90%73.33%
CMYK0.00%11.23%13.90%
26.67%

Color #BBA6A1 in popluar number systems.

HEXBBA6A1
Decimal187166161
Binary101110111010011010100001
Octal273246241

Shades and tints

Shades of #BBA6A1

#BBA6A1
(187,166,161)
#AA9793
(170,151,147)
#998885
(153,136,133)
#887977
(136,121,119)
#776A69
(119,106,105)
#665B5B
(102,91,91)
#554C4D
(85,76,77)
#443D3F
(68,61,63)
#332E31
(51,46,49)
#221F23
(34,31,35)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #BBA6A1

#BBA6A1
(187,166,161)
#C1AEA9
(193,174,169)
#C7B6B1
(199,182,177)
#CDBEB9
(205,190,185)
#D3C6C1
(211,198,193)
#D9CEC9
(217,206,201)
#DFD6D1
(223,214,209)
#E5DED9
(229,222,217)
#EBE6E1
(235,230,225)
#F1EEE9
(241,238,233)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA6A1; }

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

This text font color is #BBA6A1.


Background Color

.myBgColor { background-color: #BBA6A1; }

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

This div background color is #BBA6A1.


Border color

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

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

This div border color is #BBA6A1.


Opacity

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

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

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

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

This text has shadow with #BBA6A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA6A1 on black background.


Color preview on white background

This text has color #BBA6A1 on white background.



Black color preview on #BBA6A1 background

This text has black color on #BBA6A1 background.


White color preview on #BBA6A1 background

This text has white color on #BBA6A1 background.