COLOR #BBB6A5

HEX: #BBB6A5 RGB: (187,182,165)

Color info

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

RGB color model

#BBB6A5 color RGB value is (187,182,165).

RGB: (187,182,165) (73%, 71%, 65%)

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 165 of 255 = 65%

187
182
165

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

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 165 = 534 (100%)
R 187 of 534 ~ 35.02%
G 182 of 534 ~ 34.08%
B 165 of 534 ~ 30.9'%

%35.02
%34.08
%30.9

CMYK color model

#BBB6A5 color CMYK value is (0,3,12,27).

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

CMYK: (0,3,12,27)
C0M3Y12K27 (0%, 3%, 12%, 27%)
(0.00 / 0.03 / 0.12 / 0.27)

CMYK percentages

%0
%2.67
%11.76
%26.67

Codes

Color #BBB6A5 in popluar color models

BB B6 A5
RGB 187 182 165
HSL 46° 13.92% 69.02%
HSB/HSV 46° 11.76% 73.33%
CMYK 0.00% 2.67% 11.76%
26.67%

Color #BBB6A5 in popluar number systems.

HEX BB B6 A5
Decimal 187 182 165
Binary 10111011 10110110 10100101
Octal 273 266 245

Shades and tints

Shades of #BBB6A5

#BBB6A5
(187,182,165)
#AAA696
(170,166,150)
#999687
(153,150,135)
#888678
(136,134,120)
#777669
(119,118,105)
#66665A
(102,102,90)
#55564B
(85,86,75)
#44463C
(68,70,60)
#33362D
(51,54,45)
#22261E
(34,38,30)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #BBB6A5

#BBB6A5
(187,182,165)
#C1BCAD
(193,188,173)
#C7C2B5
(199,194,181)
#CDC8BD
(205,200,189)
#D3CEC5
(211,206,197)
#D9D4CD
(217,212,205)
#DFDAD5
(223,218,213)
#E5E0DD
(229,224,221)
#EBE6E5
(235,230,229)
#F1ECED
(241,236,237)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB6A5; }

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

This text font color is #BBB6A5.

Background Color

.myBgColor { background-color: #BBB6A5; }

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

This div background color is #BBB6A5.

Border color

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

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

This div border color is #BBB6A5.

Opacity

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

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

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

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

This text has shadow with #BBB6A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB6A5.

Preview

Color preview on black background

This text has color #BBB6A5 on black background.


Color preview on white background

This text has color #BBB6A5 on white background.


Black color preview on #BBB6A5 background

This text has black color on #BBB6A5 background.


White color preview on #BBB6A5 background

This text has white color on #BBB6A5 background.


Related colors

Complementary color

Complementary color for #hex is #44495A.


I love getcolorcode.com

Triadic colors

1 #A5BBB6 and #B6A5BB with #BBB6A5 are triadic colors.

2 #A5B6BB and #B6BBA5 with #BBB6A5 are triadic colors.