COLOR #BBA085

HEX: #BBA085
RGB: (187,160,133)

Color info

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

RGB color model

#BBA085 color RGB value is (187,160,133).

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

RGB channels and saturation

R 187 of 255 = 73%
G 160 of 255 = 63%
B 133 of 255 = 52%

187
160
133

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

Portions of RGB colors in percentages

R + G + B =
187 + 160 + 133 = 480 (100%)
R 187 of 480 ~ 38.96%
G 160 of 480 ~ 33.33%
B 133 of 480 ~ 27.71%

%38.96
%33.33
%27.71

CMYK color model

#BBA085 color CMYK value is (0,14,29,27).

  • cyan value is 0.00%
  • magenta value is 14.44%
  • yellow value is 28.88%
  • key color value is 26.67%
CMYK:
(0,14,29,27)
C0M14Y29K27 
(0%,14%,29%,27%)
(0.00/0.14/0.29/0.27)	

CMYK percentages

%0
%14.44
%28.88
%26.67

Codes

Color #BBA085 in popluar color models

BBA085
RGB187160133
HSL30°28.42%62.75%
HSB/HSV30°28.88%73.33%
CMYK0.00%14.44%28.88%
26.67%

Color #BBA085 in popluar number systems.

HEXBBA085
Decimal187160133
Binary101110111010000010000101
Octal273240205

Shades and tints

Shades of #BBA085

#BBA085
(187,160,133)
#AA9279
(170,146,121)
#99846D
(153,132,109)
#887661
(136,118,97)
#776855
(119,104,85)
#665A49
(102,90,73)
#554C3D
(85,76,61)
#443E31
(68,62,49)
#333025
(51,48,37)
#222219
(34,34,25)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #BBA085

#BBA085
(187,160,133)
#C1A890
(193,168,144)
#C7B09B
(199,176,155)
#CDB8A6
(205,184,166)
#D3C0B1
(211,192,177)
#D9C8BC
(217,200,188)
#DFD0C7
(223,208,199)
#E5D8D2
(229,216,210)
#EBE0DD
(235,224,221)
#F1E8E8
(241,232,232)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA085; }

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

This text font color is #BBA085.


Background Color

.myBgColor { background-color: #BBA085; }

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

This div background color is #BBA085.


Border color

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

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

This div border color is #BBA085.


Opacity

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

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

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

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

This text has shadow with #BBA085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA085 on black background.


Color preview on white background

This text has color #BBA085 on white background.



Black color preview on #BBA085 background

This text has black color on #BBA085 background.


White color preview on #BBA085 background

This text has white color on #BBA085 background.