COLOR #BBB492

HEX: #BBB492
RGB: (187,180,146)

Color info

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

RGB color model

#BBB492 color RGB value is (187,180,146).

  • red value is 187;
  • green value is 180;
  • blue value is 146.
RGB:
(187,180,146)
(73%,71%,57%)

RGB channels and saturation

R 187 of 255 = 73%
G 180 of 255 = 71%
B 146 of 255 = 57%

187
180
146

R + G + B ~ 67%. #BBB492 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 180 + 146 = 513 (100%)
R 187 of 513 ~ 36.45%
G 180 of 513 ~ 35.09%
B 146 of 513 ~ 28.46%

%36.45
%35.09
%28.46

CMYK color model

#BBB492 color CMYK value is (0,4,22,27).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 21.93%
  • key color value is 26.67%
CMYK:
(0,4,22,27)
C0M4Y22K27 
(0%,4%,22%,27%)
(0.00/0.04/0.22/0.27)	

CMYK percentages

%0
%3.74
%21.93
%26.67

Codes

Color #BBB492 in popluar color models

BBB492
RGB187180146
HSL50°23.16%65.29%
HSB/HSV50°21.93%73.33%
CMYK0.00%3.74%21.93%
26.67%

Color #BBB492 in popluar number systems.

HEXBBB492
Decimal187180146
Binary101110111011010010010010
Octal273264222

Shades and tints

Shades of #BBB492

#BBB492
(187,180,146)
#AAA485
(170,164,133)
#999478
(153,148,120)
#88846B
(136,132,107)
#77745E
(119,116,94)
#666451
(102,100,81)
#555444
(85,84,68)
#444437
(68,68,55)
#33342A
(51,52,42)
#22241D
(34,36,29)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #BBB492

#BBB492
(187,180,146)
#C1BA9B
(193,186,155)
#C7C0A4
(199,192,164)
#CDC6AD
(205,198,173)
#D3CCB6
(211,204,182)
#D9D2BF
(217,210,191)
#DFD8C8
(223,216,200)
#E5DED1
(229,222,209)
#EBE4DA
(235,228,218)
#F1EAE3
(241,234,227)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB492 color. Also use rgb(187,180,146) instead hex code.

Text Font Color

.myTextColor { color: #BBB492; }

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

This text font color is #BBB492.


Background Color

.myBgColor { background-color: #BBB492; }

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

This div background color is #BBB492.


Border color

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

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

This div border color is #BBB492.


Opacity

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

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

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

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

This text has shadow with #BBB492 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB492 on black background.


Color preview on white background

This text has color #BBB492 on white background.



Black color preview on #BBB492 background

This text has black color on #BBB492 background.


White color preview on #BBB492 background

This text has white color on #BBB492 background.