COLOR #BBB29B

HEX: #BBB29B
RGB: (187,178,155)

Color info

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

RGB color model

#BBB29B color RGB value is (187,178,155).

  • red value is 187;
  • green value is 178;
  • blue value is 155.
RGB:
(187,178,155)
(73%,70%,61%)

RGB channels and saturation

R 187 of 255 = 73%
G 178 of 255 = 70%
B 155 of 255 = 61%

187
178
155

R + G + B ~ 68%. #BBB29B is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 178 + 155 = 520 (100%)
R 187 of 520 ~ 35.96%
G 178 of 520 ~ 34.23%
B 155 of 520 ~ 29.81%

%35.96
%34.23
%29.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.81%
  • yellow value is 17.11%
  • key color value is 26.67%
CMYK:
(0,5,17,27)
C0M5Y17K27 
(0%,5%,17%,27%)
(0.00/0.05/0.17/0.27)	

CMYK percentages

%0
%4.81
%17.11
%26.67

Codes

Color #BBB29B in popluar color models

BBB29B
RGB187178155
HSL43°19.05%67.06%
HSB/HSV43°17.11%73.33%
CMYK0.00%4.81%17.11%
26.67%

Color #BBB29B in popluar number systems.

HEXBBB29B
Decimal187178155
Binary101110111011001010011011
Octal273262233

Shades and tints

Shades of #BBB29B

#BBB29B
(187,178,155)
#AAA28D
(170,162,141)
#99927F
(153,146,127)
#888271
(136,130,113)
#777263
(119,114,99)
#666255
(102,98,85)
#555247
(85,82,71)
#444239
(68,66,57)
#33322B
(51,50,43)
#22221D
(34,34,29)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #BBB29B

#BBB29B
(187,178,155)
#C1B9A4
(193,185,164)
#C7C0AD
(199,192,173)
#CDC7B6
(205,199,182)
#D3CEBF
(211,206,191)
#D9D5C8
(217,213,200)
#DFDCD1
(223,220,209)
#E5E3DA
(229,227,218)
#EBEAE3
(235,234,227)
#F1F1EC
(241,241,236)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB29B color. Also use rgb(187,178,155) instead hex code.

Text Font Color

.myTextColor { color: #BBB29B; }

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

This text font color is #BBB29B.


Background Color

.myBgColor { background-color: #BBB29B; }

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

This div background color is #BBB29B.


Border color

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

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

This div border color is #BBB29B.


Opacity

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

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

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

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

This text has shadow with #BBB29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB29B on black background.


Color preview on white background

This text has color #BBB29B on white background.



Black color preview on #BBB29B background

This text has black color on #BBB29B background.


White color preview on #BBB29B background

This text has white color on #BBB29B background.