COLOR #BBA086

HEX: #BBA086
RGB: (187,160,134)

Color info

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

RGB color model

#BBA086 color RGB value is (187,160,134).

  • red value is 187;
  • green value is 160;
  • blue value is 134.
RGB:
(187,160,134)
(73%,63%,53%)

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 134 of 255 = 53%

187
160
134

R + G + B ~ 63%. #BBA086 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 160 + 134 = 481 (100%)
R 187 of 481 ~ 38.88%
G 160 of 481 ~ 33.26%
B 134 of 481 ~ 27.86%

%38.88
%33.26
%27.86

CMYK color model

#BBA086 color CMYK value is (0,14,28,27).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 28.34%
  • key color value is 26.67%
CMYK:
(0,14,28,27)
C0M14Y28K27 
(0%,14%,28%,27%)
(0.00/0.14/0.28/0.27)	

CMYK percentages

%0
%14.44
%28.34
%26.67

Codes

Color #BBA086 in popluar color models

BBA086
RGB187160134
HSL29°28.04%62.94%
HSB/HSV29°28.34%73.33%
CMYK0.00%14.44%28.34%
26.67%

Color #BBA086 in popluar number systems.

HEXBBA086
Decimal187160134
Binary101110111010000010000110
Octal273240206

Shades and tints

Shades of #BBA086

#BBA086
(187,160,134)
#AA927A
(170,146,122)
#99846E
(153,132,110)
#887662
(136,118,98)
#776856
(119,104,86)
#665A4A
(102,90,74)
#554C3E
(85,76,62)
#443E32
(68,62,50)
#333026
(51,48,38)
#22221A
(34,34,26)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #BBA086

#BBA086
(187,160,134)
#C1A891
(193,168,145)
#C7B09C
(199,176,156)
#CDB8A7
(205,184,167)
#D3C0B2
(211,192,178)
#D9C8BD
(217,200,189)
#DFD0C8
(223,208,200)
#E5D8D3
(229,216,211)
#EBE0DE
(235,224,222)
#F1E8E9
(241,232,233)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA086 color. Also use rgb(187,160,134) instead hex code.

Text Font Color

.myTextColor { color: #BBA086; }

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

This text font color is #BBA086.


Background Color

.myBgColor { background-color: #BBA086; }

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

This div background color is #BBA086.


Border color

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

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

This div border color is #BBA086.


Opacity

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

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

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

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

This text has shadow with #BBA086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA086 on black background.


Color preview on white background

This text has color #BBA086 on white background.



Black color preview on #BBA086 background

This text has black color on #BBA086 background.


White color preview on #BBA086 background

This text has white color on #BBA086 background.