COLOR #BBB985

HEX: #BBB985
RGB: (187,185,133)

Color info

#BBB985 contains red, green and blue colors in about the same proportion. Web safe color of #BBB985 is #CCCC99 (or #CC9).

RGB color model

#BBB985 color RGB value is (187,185,133).

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

RGB channels and saturation

R 187 of 255 = 73%
G 185 of 255 = 73%
B 133 of 255 = 52%

187
185
133

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

Portions of RGB colors in percentages

R + G + B =
187 + 185 + 133 = 505 (100%)
R 187 of 505 ~ 37.03%
G 185 of 505 ~ 36.63%
B 133 of 505 ~ 26.34%

%37.03
%36.63
%26.34

CMYK color model

#BBB985 color CMYK value is (0,1,29,27).

  • cyan value is 0.00%
  • magenta value is 1.07%
  • yellow value is 28.88%
  • key color value is 26.67%
CMYK:
(0,1,29,27)
C0M1Y29K27 
(0%,1%,29%,27%)
(0.00/0.01/0.29/0.27)	

CMYK percentages

%0
%1.07
%28.88
%26.67

Codes

Color #BBB985 in popluar color models

BBB985
RGB187185133
HSL58°28.42%62.75%
HSB/HSV58°28.88%73.33%
CMYK0.00%1.07%28.88%
26.67%

Color #BBB985 in popluar number systems.

HEXBBB985
Decimal187185133
Binary101110111011100110000101
Octal273271205

Shades and tints

Shades of #BBB985

#BBB985
(187,185,133)
#AAA979
(170,169,121)
#99996D
(153,153,109)
#888961
(136,137,97)
#777955
(119,121,85)
#666949
(102,105,73)
#55593D
(85,89,61)
#444931
(68,73,49)
#333925
(51,57,37)
#222919
(34,41,25)
#11190D
(17,25,13)
#000000
(0,0,0)

Tints of #BBB985

#BBB985
(187,185,133)
#C1BF90
(193,191,144)
#C7C59B
(199,197,155)
#CDCBA6
(205,203,166)
#D3D1B1
(211,209,177)
#D9D7BC
(217,215,188)
#DFDDC7
(223,221,199)
#E5E3D2
(229,227,210)
#EBE9DD
(235,233,221)
#F1EFE8
(241,239,232)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB985; }

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

This text font color is #BBB985.


Background Color

.myBgColor { background-color: #BBB985; }

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

This div background color is #BBB985.


Border color

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

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

This div border color is #BBB985.


Opacity

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

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

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

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

This text has shadow with #BBB985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB985 on black background.


Color preview on white background

This text has color #BBB985 on white background.



Black color preview on #BBB985 background

This text has black color on #BBB985 background.


White color preview on #BBB985 background

This text has white color on #BBB985 background.