COLOR #BBB085

HEX: #BBB085
RGB: (187,176,133)

Color info

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

RGB color model

#BBB085 color RGB value is (187,176,133).

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

RGB channels and saturation

R 187 of 255 = 73%
G 176 of 255 = 69%
B 133 of 255 = 52%

187
176
133

R + G + B ~ 65%. #BBB085 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 176 + 133 = 496 (100%)
R 187 of 496 ~ 37.7%
G 176 of 496 ~ 35.48%
B 133 of 496 ~ 26.81%

%37.7
%35.48
%26.81

CMYK color model

#BBB085 color CMYK value is (0,6,29,27).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 28.88%
  • key color value is 26.67%
CMYK:
(0,6,29,27)
C0M6Y29K27 
(0%,6%,29%,27%)
(0.00/0.06/0.29/0.27)	

CMYK percentages

%0
%5.88
%28.88
%26.67

Codes

Color #BBB085 in popluar color models

BBB085
RGB187176133
HSL48°28.42%62.75%
HSB/HSV48°28.88%73.33%
CMYK0.00%5.88%28.88%
26.67%

Color #BBB085 in popluar number systems.

HEXBBB085
Decimal187176133
Binary101110111011000010000101
Octal273260205

Shades and tints

Shades of #BBB085

#BBB085
(187,176,133)
#AAA079
(170,160,121)
#99906D
(153,144,109)
#888061
(136,128,97)
#777055
(119,112,85)
#666049
(102,96,73)
#55503D
(85,80,61)
#444031
(68,64,49)
#333025
(51,48,37)
#222019
(34,32,25)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #BBB085

#BBB085
(187,176,133)
#C1B790
(193,183,144)
#C7BE9B
(199,190,155)
#CDC5A6
(205,197,166)
#D3CCB1
(211,204,177)
#D9D3BC
(217,211,188)
#DFDAC7
(223,218,199)
#E5E1D2
(229,225,210)
#EBE8DD
(235,232,221)
#F1EFE8
(241,239,232)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB085; }

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

This text font color is #BBB085.


Background Color

.myBgColor { background-color: #BBB085; }

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

This div background color is #BBB085.


Border color

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

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

This div border color is #BBB085.


Opacity

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

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

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

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

This text has shadow with #BBB085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB085 on black background.


Color preview on white background

This text has color #BBB085 on white background.



Black color preview on #BBB085 background

This text has black color on #BBB085 background.


White color preview on #BBB085 background

This text has white color on #BBB085 background.