COLOR #BBA19D

HEX: #BBA19D
RGB: (187,161,157)

Color info

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

RGB color model

#BBA19D color RGB value is (187,161,157).

  • red value is 187;
  • green value is 161;
  • blue value is 157.
RGB:
(187,161,157)
(73%,63%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 161 of 255 = 63%
B 157 of 255 = 62%

187
161
157

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

Portions of RGB colors in percentages

R + G + B =
187 + 161 + 157 = 505 (100%)
R 187 of 505 ~ 37.03%
G 161 of 505 ~ 31.88%
B 157 of 505 ~ 31.09%

%37.03
%31.88
%31.09

CMYK color model

#BBA19D color CMYK value is (0,14,16,27).

  • cyan value is 0.00%
  • magenta value is 13.90%
  • yellow value is 16.04%
  • key color value is 26.67%
CMYK:
(0,14,16,27)
C0M14Y16K27 
(0%,14%,16%,27%)
(0.00/0.14/0.16/0.27)	

CMYK percentages

%0
%13.9
%16.04
%26.67

Codes

Color #BBA19D in popluar color models

BBA19D
RGB187161157
HSL18.07%67.45%
HSB/HSV16.04%73.33%
CMYK0.00%13.90%16.04%
26.67%

Color #BBA19D in popluar number systems.

HEXBBA19D
Decimal187161157
Binary101110111010000110011101
Octal273241235

Shades and tints

Shades of #BBA19D

#BBA19D
(187,161,157)
#AA938F
(170,147,143)
#998581
(153,133,129)
#887773
(136,119,115)
#776965
(119,105,101)
#665B57
(102,91,87)
#554D49
(85,77,73)
#443F3B
(68,63,59)
#33312D
(51,49,45)
#22231F
(34,35,31)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #BBA19D

#BBA19D
(187,161,157)
#C1A9A5
(193,169,165)
#C7B1AD
(199,177,173)
#CDB9B5
(205,185,181)
#D3C1BD
(211,193,189)
#D9C9C5
(217,201,197)
#DFD1CD
(223,209,205)
#E5D9D5
(229,217,213)
#EBE1DD
(235,225,221)
#F1E9E5
(241,233,229)
#F7F1ED
(247,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA19D color. Also use rgb(187,161,157) instead hex code.

Text Font Color

.myTextColor { color: #BBA19D; }

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

This text font color is #BBA19D.


Background Color

.myBgColor { background-color: #BBA19D; }

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

This div background color is #BBA19D.


Border color

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

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

This div border color is #BBA19D.


Opacity

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

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

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

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

This text has shadow with #BBA19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA19D on black background.


Color preview on white background

This text has color #BBA19D on white background.



Black color preview on #BBA19D background

This text has black color on #BBA19D background.


White color preview on #BBA19D background

This text has white color on #BBA19D background.