COLOR #BBB08D

HEX: #BBB08D RGB: (187,176,141)

Color info

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

RGB color model

#BBB08D color RGB value is (187,176,141).

RGB: (187,176,141) (73%, 69%, 55%)

RGB channels and saturation

R 187 of 255 = 73%
G 176 of 255 = 69%
B 141 of 255 = 55%

187
176
141

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

Portions of RGB colors in percentages

R + G + B = 187 + 176 + 141 = 504 (100%)
R 187 of 504 ~ 37.1%
G 176 of 504 ~ 34.92%
B 141 of 504 ~ 27.98'%

%37.1
%34.92
%27.98

CMYK color model

#BBB08D color CMYK value is (0,6,25,27).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 24.60%
  • key color value is 26.67%
CMYK: (0,6,25,27) C0M6Y25K27 (0%,6%,25%,27%) (0.00/0.06/0.25/0.27) 

CMYK percentages

%0
%5.88
%24.6
%26.67

Codes

Color #BBB08D in popluar color models

BB B0 8D
RGB 187 176 141
HSL 46° 25.27% 64.31%
HSB/HSV 46° 24.60% 73.33%
CMYK 0.00% 5.88% 24.60%
26.67%

Color #BBB08D in popluar number systems.

HEX BB B0 8D
Decimal 187 176 141
Binary 10111011 10110000 10001101
Octal 273 260 215

Shades and tints

Shades of #BBB08D

#BBB08D
(187,176,141)
#AAA081
(170,160,129)
#999075
(153,144,117)
#888069
(136,128,105)
#77705D
(119,112,93)
#666051
(102,96,81)
#555045
(85,80,69)
#444039
(68,64,57)
#33302D
(51,48,45)
#222021
(34,32,33)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #BBB08D

#BBB08D
(187,176,141)
#C1B797
(193,183,151)
#C7BEA1
(199,190,161)
#CDC5AB
(205,197,171)
#D3CCB5
(211,204,181)
#D9D3BF
(217,211,191)
#DFDAC9
(223,218,201)
#E5E1D3
(229,225,211)
#EBE8DD
(235,232,221)
#F1EFE7
(241,239,231)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB08D color. Also use rgb(187,176,141) instead hex code.

Text Font Color

.myTextColor { color: #BBB08D; }

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

This text font color is #BBB08D.

Background Color

.myBgColor { background-color: #BBB08D; }

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

This div background color is #BBB08D.

Border color

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

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

This div border color is #BBB08D.

Opacity

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

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

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

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

This text has shadow with #BBB08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB08D.

Preview

Color preview on black background

This text has color #BBB08D on black background.


Color preview on white background

This text has color #BBB08D on white background.


Black color preview on #BBB08D background

This text has black color on #BBB08D background.


White color preview on #BBB08D background

This text has white color on #BBB08D background.


Related colors

Complementary color

Complementary color for #hex is #444F72.


I love getcolorcode.com

Triadic colors

1 #8DBBB0 and #B08DBB with #BBB08D are triadic colors.

2 #8DB0BB and #B0BB8D with #BBB08D are triadic colors.