COLOR #BBBA6C

HEX: #BBBA6C
RGB: (187,186,108)

Color info

#BBBA6C contains mainly red and green colors. Web safe color of #BBBA6C is #CCCC66 (or #CC6).

RGB color model

#BBBA6C color RGB value is (187,186,108).

  • red value is 187;
  • green value is 186;
  • blue value is 108.
RGB:
(187,186,108)
(73%,73%,42%)

RGB channels and saturation

R 187 of 255 = 73%
G 186 of 255 = 73%
B 108 of 255 = 42%

187
186
108

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

Portions of RGB colors in percentages

R + G + B =
187 + 186 + 108 = 481 (100%)
R 187 of 481 ~ 38.88%
G 186 of 481 ~ 38.67%
B 108 of 481 ~ 22.45%

%38.88
%38.67
%22.45

CMYK color model

#BBBA6C color CMYK value is (0,1,42,27).

  • cyan value is 0.00%
  • magenta value is 0.53%
  • yellow value is 42.25%
  • key color value is 26.67%
CMYK:
(0,1,42,27)
C0M1Y42K27 
(0%,1%,42%,27%)
(0.00/0.01/0.42/0.27)	

CMYK percentages

%0
%0.53
%42.25
%26.67

Codes

Color #BBBA6C in popluar color models

BBBA6C
RGB187186108
HSL59°36.74%57.84%
HSB/HSV59°42.25%73.33%
CMYK0.00%0.53%42.25%
26.67%

Color #BBBA6C in popluar number systems.

HEXBBBA6C
Decimal187186108
Binary10111011101110101101100
Octal273272154

Shades and tints

Shades of #BBBA6C

#BBBA6C
(187,186,108)
#AAAA63
(170,170,99)
#999A5A
(153,154,90)
#888A51
(136,138,81)
#777A48
(119,122,72)
#666A3F
(102,106,63)
#555A36
(85,90,54)
#444A2D
(68,74,45)
#333A24
(51,58,36)
#222A1B
(34,42,27)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #BBBA6C

#BBBA6C
(187,186,108)
#C1C079
(193,192,121)
#C7C686
(199,198,134)
#CDCC93
(205,204,147)
#D3D2A0
(211,210,160)
#D9D8AD
(217,216,173)
#DFDEBA
(223,222,186)
#E5E4C7
(229,228,199)
#EBEAD4
(235,234,212)
#F1F0E1
(241,240,225)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBA6C color. Also use rgb(187,186,108) instead hex code.

Text Font Color

.myTextColor { color: #BBBA6C; }

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

This text font color is #BBBA6C.


Background Color

.myBgColor { background-color: #BBBA6C; }

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

This div background color is #BBBA6C.


Border color

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

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

This div border color is #BBBA6C.


Opacity

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

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

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

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

This text has shadow with #BBBA6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBA6C on black background.


Color preview on white background

This text has color #BBBA6C on white background.



Black color preview on #BBBA6C background

This text has black color on #BBBA6C background.


White color preview on #BBBA6C background

This text has white color on #BBBA6C background.