COLOR #BBA18E

HEX: #BBA18E
RGB: (187,161,142)

Color info

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

RGB color model

#BBA18E color RGB value is (187,161,142).

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

RGB channels and saturation

R 187 of 255 = 73%
G 161 of 255 = 63%
B 142 of 255 = 56%

187
161
142

R + G + B ~ 64%. #BBA18E is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 161 + 142 = 490 (100%)
R 187 of 490 ~ 38.16%
G 161 of 490 ~ 32.86%
B 142 of 490 ~ 28.98%

%38.16
%32.86
%28.98

CMYK color model

#BBA18E color CMYK value is (0,14,24,27).

  • cyan value is 0.00%
  • magenta value is 13.90%
  • yellow value is 24.06%
  • key color value is 26.67%
CMYK:
(0,14,24,27)
C0M14Y24K27 
(0%,14%,24%,27%)
(0.00/0.14/0.24/0.27)	

CMYK percentages

%0
%13.9
%24.06
%26.67

Codes

Color #BBA18E in popluar color models

BBA18E
RGB187161142
HSL25°24.86%64.51%
HSB/HSV25°24.06%73.33%
CMYK0.00%13.90%24.06%
26.67%

Color #BBA18E in popluar number systems.

HEXBBA18E
Decimal187161142
Binary101110111010000110001110
Octal273241216

Shades and tints

Shades of #BBA18E

#BBA18E
(187,161,142)
#AA9382
(170,147,130)
#998576
(153,133,118)
#88776A
(136,119,106)
#77695E
(119,105,94)
#665B52
(102,91,82)
#554D46
(85,77,70)
#443F3A
(68,63,58)
#33312E
(51,49,46)
#222322
(34,35,34)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #BBA18E

#BBA18E
(187,161,142)
#C1A998
(193,169,152)
#C7B1A2
(199,177,162)
#CDB9AC
(205,185,172)
#D3C1B6
(211,193,182)
#D9C9C0
(217,201,192)
#DFD1CA
(223,209,202)
#E5D9D4
(229,217,212)
#EBE1DE
(235,225,222)
#F1E9E8
(241,233,232)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA18E; }

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

This text font color is #BBA18E.


Background Color

.myBgColor { background-color: #BBA18E; }

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

This div background color is #BBA18E.


Border color

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

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

This div border color is #BBA18E.


Opacity

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

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

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

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

This text has shadow with #BBA18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA18E on black background.


Color preview on white background

This text has color #BBA18E on white background.



Black color preview on #BBA18E background

This text has black color on #BBA18E background.


White color preview on #BBA18E background

This text has white color on #BBA18E background.