COLOR #BBA19C

HEX: #BBA19C RGB: (187,161,156)

Color info

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

RGB color model

#BBA19C color RGB value is (187,161,156).

RGB: (187,161,156) (73%, 63%, 61%)

RGB channels and saturation

R 187 of 255 = 73%
G 161 of 255 = 63%
B 156 of 255 = 61%

187
161
156

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

Portions of RGB colors in percentages

R + G + B = 187 + 161 + 156 = 504 (100%)
R 187 of 504 ~ 37.1%
G 161 of 504 ~ 31.94%
B 156 of 504 ~ 30.95'%

%37.1
%31.94
%30.95

CMYK color model

#BBA19C color CMYK value is (0,14,17,27).

  • cyan value is 0.00%
  • magenta value is 13.90%
  • yellow value is 16.58%
  • key color value is 26.67%

CMYK: (0,14,17,27)
C0M14Y17K27 (0%, 14%, 17%, 27%)
(0.00 / 0.14 / 0.17 / 0.27)

CMYK percentages

%0
%13.9
%16.58
%26.67

Codes

Color #BBA19C in popluar color models

BB A1 9C
RGB 187 161 156
HSL 10° 18.56% 67.25%
HSB/HSV 10° 16.58% 73.33%
CMYK 0.00% 13.90% 16.58%
26.67%

Color #BBA19C in popluar number systems.

HEX BB A1 9C
Decimal 187 161 156
Binary 10111011 10100001 10011100
Octal 273 241 234

Shades and tints

Shades of #BBA19C

#BBA19C
(187,161,156)
#AA938E
(170,147,142)
#998580
(153,133,128)
#887772
(136,119,114)
#776964
(119,105,100)
#665B56
(102,91,86)
#554D48
(85,77,72)
#443F3A
(68,63,58)
#33312C
(51,49,44)
#22231E
(34,35,30)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #BBA19C

#BBA19C
(187,161,156)
#C1A9A5
(193,169,165)
#C7B1AE
(199,177,174)
#CDB9B7
(205,185,183)
#D3C1C0
(211,193,192)
#D9C9C9
(217,201,201)
#DFD1D2
(223,209,210)
#E5D9DB
(229,217,219)
#EBE1E4
(235,225,228)
#F1E9ED
(241,233,237)
#F7F1F6
(247,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA19C; }

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

This text font color is #BBA19C.

Background Color

.myBgColor { background-color: #BBA19C; }

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

This div background color is #BBA19C.

Border color

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

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

This div border color is #BBA19C.

Opacity

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

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

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

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

This text has shadow with #BBA19C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA19C.

Preview

Color preview on black background

This text has color #BBA19C on black background.


Color preview on white background

This text has color #BBA19C on white background.


Black color preview on #BBA19C background

This text has black color on #BBA19C background.


White color preview on #BBA19C background

This text has white color on #BBA19C background.


Related colors

Complementary color

Complementary color for #hex is #445E63.


I love getcolorcode.com

Triadic colors

1 #9CBBA1 and #A19CBB with #BBA19C are triadic colors.

2 #9CA1BB and #A1BB9C with #BBA19C are triadic colors.