COLOR #BBB6AA

HEX: #BBB6AA RGB: (187,182,170)

Color info

#BBB6AA contains red, green and blue colors in about the same proportion. Web safe color of #BBB6AA is #CCCC99 (or #CC9).

RGB color model

#BBB6AA color RGB value is (187,182,170).

RGB: (187,182,170) (73%, 71%, 67%)

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 170 of 255 = 67%

187
182
170

R + G + B ~ 70%. #BBB6AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 170 = 539 (100%)
R 187 of 539 ~ 34.69%
G 182 of 539 ~ 33.77%
B 170 of 539 ~ 31.54'%

%34.69
%33.77
%31.54

CMYK color model

#BBB6AA color CMYK value is (0,3,9,27).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 9.09%
  • key color value is 26.67%

CMYK: (0,3,9,27)
C0M3Y9K27 (0%, 3%, 9%, 27%)
(0.00 / 0.03 / 0.09 / 0.27)

CMYK percentages

%0
%2.67
%9.09
%26.67

Codes

Color #BBB6AA in popluar color models

BB B6 AA
RGB 187 182 170
HSL 42° 11.11% 70.00%
HSB/HSV 42° 9.09% 73.33%
CMYK 0.00% 2.67% 9.09%
26.67%

Color #BBB6AA in popluar number systems.

HEX BB B6 AA
Decimal 187 182 170
Binary 10111011 10110110 10101010
Octal 273 266 252

Shades and tints

Shades of #BBB6AA

#BBB6AA
(187,182,170)
#AAA69B
(170,166,155)
#99968C
(153,150,140)
#88867D
(136,134,125)
#77766E
(119,118,110)
#66665F
(102,102,95)
#555650
(85,86,80)
#444641
(68,70,65)
#333632
(51,54,50)
#222623
(34,38,35)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #BBB6AA

#BBB6AA
(187,182,170)
#C1BCB1
(193,188,177)
#C7C2B8
(199,194,184)
#CDC8BF
(205,200,191)
#D3CEC6
(211,206,198)
#D9D4CD
(217,212,205)
#DFDAD4
(223,218,212)
#E5E0DB
(229,224,219)
#EBE6E2
(235,230,226)
#F1ECE9
(241,236,233)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB6AA color. Also use rgb(187,182,170) instead hex code.

Text Font Color

.myTextColor { color: #BBB6AA; }

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

This text font color is #BBB6AA.

Background Color

.myBgColor { background-color: #BBB6AA; }

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

This div background color is #BBB6AA.

Border color

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

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

This div border color is #BBB6AA.

Opacity

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

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

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

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

This text has shadow with #BBB6AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6AA.

Preview

Color preview on black background

This text has color #BBB6AA on black background.


Color preview on white background

This text has color #BBB6AA on white background.


Black color preview on #BBB6AA background

This text has black color on #BBB6AA background.


White color preview on #BBB6AA background

This text has white color on #BBB6AA background.


Related colors

Complementary color

Complementary color for #hex is #444955.


I love getcolorcode.com

Triadic colors

1 #AABBB6 and #B6AABB with #BBB6AA are triadic colors.

2 #AAB6BB and #B6BBAA with #BBB6AA are triadic colors.