COLOR #BBA69A

HEX: #BBA69A
RGB: (187,166,154)

Color info

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

RGB color model

#BBA69A color RGB value is (187,166,154).

  • red value is 187;
  • green value is 166;
  • blue value is 154.
RGB:
(187,166,154)
(73%,65%,60%)

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 154 of 255 = 60%

187
166
154

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 154 = 507 (100%)
R 187 of 507 ~ 36.88%
G 166 of 507 ~ 32.74%
B 154 of 507 ~ 30.37%

%36.88
%32.74
%30.37

CMYK color model

#BBA69A color CMYK value is (0,11,18,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 17.65%
  • key color value is 26.67%
CMYK:
(0,11,18,27)
C0M11Y18K27 
(0%,11%,18%,27%)
(0.00/0.11/0.18/0.27)	

CMYK percentages

%0
%11.23
%17.65
%26.67

Codes

Color #BBA69A in popluar color models

BBA69A
RGB187166154
HSL22°19.53%66.86%
HSB/HSV22°17.65%73.33%
CMYK0.00%11.23%17.65%
26.67%

Color #BBA69A in popluar number systems.

HEXBBA69A
Decimal187166154
Binary101110111010011010011010
Octal273246232

Shades and tints

Shades of #BBA69A

#BBA69A
(187,166,154)
#AA978C
(170,151,140)
#99887E
(153,136,126)
#887970
(136,121,112)
#776A62
(119,106,98)
#665B54
(102,91,84)
#554C46
(85,76,70)
#443D38
(68,61,56)
#332E2A
(51,46,42)
#221F1C
(34,31,28)
#11100E
(17,16,14)
#000000
(0,0,0)

Tints of #BBA69A

#BBA69A
(187,166,154)
#C1AEA3
(193,174,163)
#C7B6AC
(199,182,172)
#CDBEB5
(205,190,181)
#D3C6BE
(211,198,190)
#D9CEC7
(217,206,199)
#DFD6D0
(223,214,208)
#E5DED9
(229,222,217)
#EBE6E2
(235,230,226)
#F1EEEB
(241,238,235)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA69A; }

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

This text font color is #BBA69A.


Background Color

.myBgColor { background-color: #BBA69A; }

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

This div background color is #BBA69A.


Border color

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

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

This div border color is #BBA69A.


Opacity

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

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

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

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

This text has shadow with #BBA69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA69A on black background.


Color preview on white background

This text has color #BBA69A on white background.



Black color preview on #BBA69A background

This text has black color on #BBA69A background.


White color preview on #BBA69A background

This text has white color on #BBA69A background.