COLOR #BBB688

HEX: #BBB688
RGB: (187,182,136)

Color info

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

RGB color model

#BBB688 color RGB value is (187,182,136).

  • red value is 187;
  • green value is 182;
  • blue value is 136.
RGB:
(187,182,136)
(73%,71%,53%)

RGB channels and saturation

R 187 of 255 = 73%
G 182 of 255 = 71%
B 136 of 255 = 53%

187
182
136

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

Portions of RGB colors in percentages

R + G + B =
187 + 182 + 136 = 505 (100%)
R 187 of 505 ~ 37.03%
G 182 of 505 ~ 36.04%
B 136 of 505 ~ 26.93%

%37.03
%36.04
%26.93

CMYK color model

#BBB688 color CMYK value is (0,3,27,27).

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 27.27%
  • key color value is 26.67%
CMYK:
(0,3,27,27)
C0M3Y27K27 
(0%,3%,27%,27%)
(0.00/0.03/0.27/0.27)	

CMYK percentages

%0
%2.67
%27.27
%26.67

Codes

Color #BBB688 in popluar color models

BBB688
RGB187182136
HSL54°27.27%63.33%
HSB/HSV54°27.27%73.33%
CMYK0.00%2.67%27.27%
26.67%

Color #BBB688 in popluar number systems.

HEXBBB688
Decimal187182136
Binary101110111011011010001000
Octal273266210

Shades and tints

Shades of #BBB688

#BBB688
(187,182,136)
#AAA67C
(170,166,124)
#999670
(153,150,112)
#888664
(136,134,100)
#777658
(119,118,88)
#66664C
(102,102,76)
#555640
(85,86,64)
#444634
(68,70,52)
#333628
(51,54,40)
#22261C
(34,38,28)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #BBB688

#BBB688
(187,182,136)
#C1BC92
(193,188,146)
#C7C29C
(199,194,156)
#CDC8A6
(205,200,166)
#D3CEB0
(211,206,176)
#D9D4BA
(217,212,186)
#DFDAC4
(223,218,196)
#E5E0CE
(229,224,206)
#EBE6D8
(235,230,216)
#F1ECE2
(241,236,226)
#F7F2EC
(247,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBB688 color. Also use rgb(187,182,136) instead hex code.

Text Font Color

.myTextColor { color: #BBB688; }

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

This text font color is #BBB688.


Background Color

.myBgColor { background-color: #BBB688; }

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

This div background color is #BBB688.


Border color

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

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

This div border color is #BBB688.


Opacity

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

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

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

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

This text has shadow with #BBB688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBB688 on black background.


Color preview on white background

This text has color #BBB688 on white background.



Black color preview on #BBB688 background

This text has black color on #BBB688 background.


White color preview on #BBB688 background

This text has white color on #BBB688 background.