COLOR #BBB789

HEX: #BBB789 RGB: (187,183,137)

Color info

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

RGB color model

#BBB789 color RGB value is (187,183,137).

RGB: (187,183,137) (73%, 72%, 54%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 137 of 255 = 54%

187
183
137

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

Portions of RGB colors in percentages

R + G + B = 187 + 183 + 137 = 507 (100%)
R 187 of 507 ~ 36.88%
G 183 of 507 ~ 36.09%
B 137 of 507 ~ 27.02'%

%36.88
%36.09
%27.02

CMYK color model

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

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

CMYK: (0,2,27,27)
C0M2Y27K27 (0%, 2%, 27%, 27%)
(0.00 / 0.02 / 0.27 / 0.27)

CMYK percentages

%0
%2.14
%26.74
%26.67

Codes

Color #BBB789 in popluar color models

BB B7 89
RGB 187 183 137
HSL 55° 26.88% 63.53%
HSB/HSV 55° 26.74% 73.33%
CMYK 0.00% 2.14% 26.74%
26.67%

Color #BBB789 in popluar number systems.

HEX BB B7 89
Decimal 187 183 137
Binary 10111011 10110111 10001001
Octal 273 267 211

Shades and tints

Shades of #BBB789

#BBB789
(187,183,137)
#AAA77D
(170,167,125)
#999771
(153,151,113)
#888765
(136,135,101)
#777759
(119,119,89)
#66674D
(102,103,77)
#555741
(85,87,65)
#444735
(68,71,53)
#333729
(51,55,41)
#22271D
(34,39,29)
#111711
(17,23,17)
#000000
(0,0,0)

Tints of #BBB789

#BBB789
(187,183,137)
#C1BD93
(193,189,147)
#C7C39D
(199,195,157)
#CDC9A7
(205,201,167)
#D3CFB1
(211,207,177)
#D9D5BB
(217,213,187)
#DFDBC5
(223,219,197)
#E5E1CF
(229,225,207)
#EBE7D9
(235,231,217)
#F1EDE3
(241,237,227)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB789; }

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

This text font color is #BBB789.

Background Color

.myBgColor { background-color: #BBB789; }

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

This div background color is #BBB789.

Border color

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

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

This div border color is #BBB789.

Opacity

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

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

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

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

This text has shadow with #BBB789 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB789.

Preview

Color preview on black background

This text has color #BBB789 on black background.


Color preview on white background

This text has color #BBB789 on white background.


Black color preview on #BBB789 background

This text has black color on #BBB789 background.


White color preview on #BBB789 background

This text has white color on #BBB789 background.


Related colors

Complementary color

Complementary color for #hex is #444876.


I love getcolorcode.com

Triadic colors

1 #89BBB7 and #B789BB with #BBB789 are triadic colors.

2 #89B7BB and #B7BB89 with #BBB789 are triadic colors.