COLOR #BBB189

HEX: #BBB189 RGB: (187,177,137)

Color info

#BBB189 contains red, green and blue colors in about the same proportion. Web safe color of #BBB189 is #CC9999 (or #C99).

RGB color model

#BBB189 color RGB value is (187,177,137).

RGB: (187,177,137) (73%, 69%, 54%)

RGB channels and saturation

R 187 of 255 = 73%
G 177 of 255 = 69%
B 137 of 255 = 54%

187
177
137

R + G + B ~ 65%. #BBB189 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 177 + 137 = 501 (100%)
R 187 of 501 ~ 37.33%
G 177 of 501 ~ 35.33%
B 137 of 501 ~ 27.35'%

%37.33
%35.33
%27.35

CMYK color model

#BBB189 color CMYK value is (0,5,27,27).

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

CMYK: (0,5,27,27)
C0M5Y27K27 (0%, 5%, 27%, 27%)
(0.00 / 0.05 / 0.27 / 0.27)

CMYK percentages

%0
%5.35
%26.74
%26.67

Codes

Color #BBB189 in popluar color models

BB B1 89
RGB 187 177 137
HSL 48° 26.88% 63.53%
HSB/HSV 48° 26.74% 73.33%
CMYK 0.00% 5.35% 26.74%
26.67%

Color #BBB189 in popluar number systems.

HEX BB B1 89
Decimal 187 177 137
Binary 10111011 10110001 10001001
Octal 273 261 211

Shades and tints

Shades of #BBB189

#BBB189
(187,177,137)
#AAA17D
(170,161,125)
#999171
(153,145,113)
#888165
(136,129,101)
#777159
(119,113,89)
#66614D
(102,97,77)
#555141
(85,81,65)
#444135
(68,65,53)
#333129
(51,49,41)
#22211D
(34,33,29)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #BBB189

#BBB189
(187,177,137)
#C1B893
(193,184,147)
#C7BF9D
(199,191,157)
#CDC6A7
(205,198,167)
#D3CDB1
(211,205,177)
#D9D4BB
(217,212,187)
#DFDBC5
(223,219,197)
#E5E2CF
(229,226,207)
#EBE9D9
(235,233,217)
#F1F0E3
(241,240,227)
#F7F7ED
(247,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB189; }

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

This text font color is #BBB189.

Background Color

.myBgColor { background-color: #BBB189; }

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

This div background color is #BBB189.

Border color

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

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

This div border color is #BBB189.

Opacity

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

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

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

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

This text has shadow with #BBB189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB189.

Preview

Color preview on black background

This text has color #BBB189 on black background.


Color preview on white background

This text has color #BBB189 on white background.


Black color preview on #BBB189 background

This text has black color on #BBB189 background.


White color preview on #BBB189 background

This text has white color on #BBB189 background.


Related colors

Complementary color

Complementary color for #hex is #444E76.


I love getcolorcode.com

Triadic colors

1 #89BBB1 and #B189BB with #BBB189 are triadic colors.

2 #89B1BB and #B1BB89 with #BBB189 are triadic colors.