COLOR #BBA39A

HEX: #BBA39A RGB: (187,163,154)

Color info

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

RGB color model

#BBA39A color RGB value is (187,163,154).

RGB: (187,163,154) (73%, 64%, 60%)

RGB channels and saturation

R 187 of 255 = 73%
G 163 of 255 = 64%
B 154 of 255 = 60%

187
163
154

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

Portions of RGB colors in percentages

R + G + B = 187 + 163 + 154 = 504 (100%)
R 187 of 504 ~ 37.1%
G 163 of 504 ~ 32.34%
B 154 of 504 ~ 30.56'%

%37.1
%32.34
%30.56

CMYK color model

#BBA39A color CMYK value is (0,13,18,27).

  • cyan value is 0.00%
  • magenta value is 12.83%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK: (0,13,18,27) C0M13Y18K27 (0%,13%,18%,27%) (0.00/0.13/0.18/0.27) 

CMYK percentages

%0
%12.83
%17.65
%26.67

Codes

Color #BBA39A in popluar color models

BB A3 9A
RGB 187 163 154
HSL 16° 19.53% 66.86%
HSB/HSV 16° 17.65% 73.33%
CMYK 0.00% 12.83% 17.65%
26.67%

Color #BBA39A in popluar number systems.

HEX BB A3 9A
Decimal 187 163 154
Binary 10111011 10100011 10011010
Octal 273 243 232

Shades and tints

Shades of #BBA39A

#BBA39A
(187,163,154)
#AA958C
(170,149,140)
#99877E
(153,135,126)
#887970
(136,121,112)
#776B62
(119,107,98)
#665D54
(102,93,84)
#554F46
(85,79,70)
#444138
(68,65,56)
#33332A
(51,51,42)
#22251C
(34,37,28)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #BBA39A

#BBA39A
(187,163,154)
#C1ABA3
(193,171,163)
#C7B3AC
(199,179,172)
#CDBBB5
(205,187,181)
#D3C3BE
(211,195,190)
#D9CBC7
(217,203,199)
#DFD3D0
(223,211,208)
#E5DBD9
(229,219,217)
#EBE3E2
(235,227,226)
#F1EBEB
(241,235,235)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA39A color. Also use rgb(187,163,154) instead hex code.

Text Font Color

.myTextColor { color: #BBA39A; }

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

This text font color is #BBA39A.

Background Color

.myBgColor { background-color: #BBA39A; }

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

This div background color is #BBA39A.

Border color

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

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

This div border color is #BBA39A.

Opacity

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

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

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

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

This text has shadow with #BBA39A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA39A.

Preview

Color preview on black background

This text has color #BBA39A on black background.


Color preview on white background

This text has color #BBA39A on white background.


Black color preview on #BBA39A background

This text has black color on #BBA39A background.


White color preview on #BBA39A background

This text has white color on #BBA39A background.


Related colors

Complementary color

Complementary color for #hex is #445C65.


I love getcolorcode.com

Triadic colors

1 #9ABBA3 and #A39ABB with #BBA39A are triadic colors.

2 #9AA3BB and #A3BB9A with #BBA39A are triadic colors.