COLOR #BBB787

HEX: #BBB787 RGB: (187,183,135)

Color info

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

RGB color model

#BBB787 color RGB value is (187,183,135).

RGB: (187,183,135) (73%, 72%, 53%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 135 of 255 = 53%

187
183
135

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

Portions of RGB colors in percentages

R + G + B = 187 + 183 + 135 = 505 (100%)
R 187 of 505 ~ 37.03%
G 183 of 505 ~ 36.24%
B 135 of 505 ~ 26.73'%

%37.03
%36.24
%26.73

CMYK color model

#BBB787 color CMYK value is (0,2,28,27).

  • cyan value is 0.00%
  • magenta value is 2.14%
  • yellow value is 27.81%
  • key color value is 26.67%

CMYK: (0,2,28,27)
C0M2Y28K27 (0%, 2%, 28%, 27%)
(0.00 / 0.02 / 0.28 / 0.27)

CMYK percentages

%0
%2.14
%27.81
%26.67

Codes

Color #BBB787 in popluar color models

BB B7 87
RGB 187 183 135
HSL 55° 27.66% 63.14%
HSB/HSV 55° 27.81% 73.33%
CMYK 0.00% 2.14% 27.81%
26.67%

Color #BBB787 in popluar number systems.

HEX BB B7 87
Decimal 187 183 135
Binary 10111011 10110111 10000111
Octal 273 267 207

Shades and tints

Shades of #BBB787

#BBB787
(187,183,135)
#AAA77B
(170,167,123)
#99976F
(153,151,111)
#888763
(136,135,99)
#777757
(119,119,87)
#66674B
(102,103,75)
#55573F
(85,87,63)
#444733
(68,71,51)
#333727
(51,55,39)
#22271B
(34,39,27)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #BBB787

#BBB787
(187,183,135)
#C1BD91
(193,189,145)
#C7C39B
(199,195,155)
#CDC9A5
(205,201,165)
#D3CFAF
(211,207,175)
#D9D5B9
(217,213,185)
#DFDBC3
(223,219,195)
#E5E1CD
(229,225,205)
#EBE7D7
(235,231,215)
#F1EDE1
(241,237,225)
#F7F3EB
(247,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB787; }

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

This text font color is #BBB787.

Background Color

.myBgColor { background-color: #BBB787; }

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

This div background color is #BBB787.

Border color

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

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

This div border color is #BBB787.

Opacity

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

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

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

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

This text has shadow with #BBB787 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB787.

Preview

Color preview on black background

This text has color #BBB787 on black background.


Color preview on white background

This text has color #BBB787 on white background.


Black color preview on #BBB787 background

This text has black color on #BBB787 background.


White color preview on #BBB787 background

This text has white color on #BBB787 background.


Related colors

Complementary color

Complementary color for #hex is #444878.


I love getcolorcode.com

Triadic colors

1 #87BBB7 and #B787BB with #BBB787 are triadic colors.

2 #87B7BB and #B7BB87 with #BBB787 are triadic colors.