COLOR #BBB687

HEX: #BBB687 RGB: (187,182,135)

Color info

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

RGB color model

#BBB687 color RGB value is (187,182,135).

RGB: (187,182,135) (73%, 71%, 53%)

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 135 of 255 = 53%

187
182
135

R + G + B ~ 66%. #BBB687 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 182 + 135 = 504 (100%)
R 187 of 504 ~ 37.1%
G 182 of 504 ~ 36.11%
B 135 of 504 ~ 26.79'%

%37.1
%36.11
%26.79

CMYK color model

#BBB687 color CMYK value is (0,3,28,27).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 27.81%
  • key color value is 26.67%
CMYK: (0,3,28,27) C0M3Y28K27 (0%,3%,28%,27%) (0.00/0.03/0.28/0.27) 

CMYK percentages

%0
%2.67
%27.81
%26.67

Codes

Color #BBB687 in popluar color models

BB B6 87
RGB 187 182 135
HSL 54° 27.66% 63.14%
HSB/HSV 54° 27.81% 73.33%
CMYK 0.00% 2.67% 27.81%
26.67%

Color #BBB687 in popluar number systems.

HEX BB B6 87
Decimal 187 182 135
Binary 10111011 10110110 10000111
Octal 273 266 207

Shades and tints

Shades of #BBB687

#BBB687
(187,182,135)
#AAA67B
(170,166,123)
#99966F
(153,150,111)
#888663
(136,134,99)
#777657
(119,118,87)
#66664B
(102,102,75)
#55563F
(85,86,63)
#444633
(68,70,51)
#333627
(51,54,39)
#22261B
(34,38,27)
#11160F
(17,22,15)
#000000
(0,0,0)

Tints of #BBB687

#BBB687
(187,182,135)
#C1BC91
(193,188,145)
#C7C29B
(199,194,155)
#CDC8A5
(205,200,165)
#D3CEAF
(211,206,175)
#D9D4B9
(217,212,185)
#DFDAC3
(223,218,195)
#E5E0CD
(229,224,205)
#EBE6D7
(235,230,215)
#F1ECE1
(241,236,225)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB687; }

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

This text font color is #BBB687.

Background Color

.myBgColor { background-color: #BBB687; }

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

This div background color is #BBB687.

Border color

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

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

This div border color is #BBB687.

Opacity

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

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

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

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

This text has shadow with #BBB687 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB687.

Preview

Color preview on black background

This text has color #BBB687 on black background.


Color preview on white background

This text has color #BBB687 on white background.


Black color preview on #BBB687 background

This text has black color on #BBB687 background.


White color preview on #BBB687 background

This text has white color on #BBB687 background.


Related colors

Complementary color

Complementary color for #hex is #444978.


I love getcolorcode.com

Triadic colors

1 #87BBB6 and #B687BB with #BBB687 are triadic colors.

2 #87B6BB and #B6BB87 with #BBB687 are triadic colors.