COLOR #BBA68B

HEX: #BBA68B
RGB: (187,166,139)

Color info

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

RGB color model

#BBA68B color RGB value is (187,166,139).

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

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 139 of 255 = 55%

187
166
139

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 139 = 492 (100%)
R 187 of 492 ~ 38.01%
G 166 of 492 ~ 33.74%
B 139 of 492 ~ 28.25%

%38.01
%33.74
%28.25

CMYK color model

#BBA68B color CMYK value is (0,11,26,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 25.67%
  • key color value is 26.67%
CMYK:
(0,11,26,27)
C0M11Y26K27 
(0%,11%,26%,27%)
(0.00/0.11/0.26/0.27)	

CMYK percentages

%0
%11.23
%25.67
%26.67

Codes

Color #BBA68B in popluar color models

BBA68B
RGB187166139
HSL34°26.09%63.92%
HSB/HSV34°25.67%73.33%
CMYK0.00%11.23%25.67%
26.67%

Color #BBA68B in popluar number systems.

HEXBBA68B
Decimal187166139
Binary101110111010011010001011
Octal273246213

Shades and tints

Shades of #BBA68B

#BBA68B
(187,166,139)
#AA977F
(170,151,127)
#998873
(153,136,115)
#887967
(136,121,103)
#776A5B
(119,106,91)
#665B4F
(102,91,79)
#554C43
(85,76,67)
#443D37
(68,61,55)
#332E2B
(51,46,43)
#221F1F
(34,31,31)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #BBA68B

#BBA68B
(187,166,139)
#C1AE95
(193,174,149)
#C7B69F
(199,182,159)
#CDBEA9
(205,190,169)
#D3C6B3
(211,198,179)
#D9CEBD
(217,206,189)
#DFD6C7
(223,214,199)
#E5DED1
(229,222,209)
#EBE6DB
(235,230,219)
#F1EEE5
(241,238,229)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA68B; }

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

This text font color is #BBA68B.


Background Color

.myBgColor { background-color: #BBA68B; }

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

This div background color is #BBA68B.


Border color

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

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

This div border color is #BBA68B.


Opacity

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

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

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

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

This text has shadow with #BBA68B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA68B on black background.


Color preview on white background

This text has color #BBA68B on white background.



Black color preview on #BBA68B background

This text has black color on #BBA68B background.


White color preview on #BBA68B background

This text has white color on #BBA68B background.