COLOR #BBA987

HEX: #BBA987
RGB: (187,169,135)

Color info

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

RGB color model

#BBA987 color RGB value is (187,169,135).

  • red value is 187;
  • green value is 169;
  • blue value is 135.
RGB:
(187,169,135)
(73%,66%,53%)

RGB channels and saturation

R 187 of 255 = 73%
G 169 of 255 = 66%
B 135 of 255 = 53%

187
169
135

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

Portions of RGB colors in percentages

R + G + B =
187 + 169 + 135 = 491 (100%)
R 187 of 491 ~ 38.09%
G 169 of 491 ~ 34.42%
B 135 of 491 ~ 27.49%

%38.09
%34.42
%27.49

CMYK color model

#BBA987 color CMYK value is (0,10,28,27).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 27.81%
  • key color value is 26.67%
CMYK:
(0,10,28,27)
C0M10Y28K27 
(0%,10%,28%,27%)
(0.00/0.10/0.28/0.27)	

CMYK percentages

%0
%9.63
%27.81
%26.67

Codes

Color #BBA987 in popluar color models

BBA987
RGB187169135
HSL39°27.66%63.14%
HSB/HSV39°27.81%73.33%
CMYK0.00%9.63%27.81%
26.67%

Color #BBA987 in popluar number systems.

HEXBBA987
Decimal187169135
Binary101110111010100110000111
Octal273251207

Shades and tints

Shades of #BBA987

#BBA987
(187,169,135)
#AA9A7B
(170,154,123)
#998B6F
(153,139,111)
#887C63
(136,124,99)
#776D57
(119,109,87)
#665E4B
(102,94,75)
#554F3F
(85,79,63)
#444033
(68,64,51)
#333127
(51,49,39)
#22221B
(34,34,27)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #BBA987

#BBA987
(187,169,135)
#C1B091
(193,176,145)
#C7B79B
(199,183,155)
#CDBEA5
(205,190,165)
#D3C5AF
(211,197,175)
#D9CCB9
(217,204,185)
#DFD3C3
(223,211,195)
#E5DACD
(229,218,205)
#EBE1D7
(235,225,215)
#F1E8E1
(241,232,225)
#F7EFEB
(247,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA987 color. Also use rgb(187,169,135) instead hex code.

Text Font Color

.myTextColor { color: #BBA987; }

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

This text font color is #BBA987.


Background Color

.myBgColor { background-color: #BBA987; }

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

This div background color is #BBA987.


Border color

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

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

This div border color is #BBA987.


Opacity

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

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

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

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

This text has shadow with #BBA987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA987 on black background.


Color preview on white background

This text has color #BBA987 on white background.



Black color preview on #BBA987 background

This text has black color on #BBA987 background.


White color preview on #BBA987 background

This text has white color on #BBA987 background.