COLOR #BBBE6C

HEX: #BBBE6C
RGB: (187,190,108)

Color info

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

RGB color model

#BBBE6C color RGB value is (187,190,108).

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

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 108 of 255 = 42%

187
190
108

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

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 108 = 485 (100%)
R 187 of 485 ~ 38.56%
G 190 of 485 ~ 39.18%
B 108 of 485 ~ 22.27%

%38.56
%39.18
%22.27

CMYK color model

#BBBE6C color CMYK value is (2,0,43,25).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 43.16%
  • key color value is 25.49%
CMYK:
(2,0,43,25)
C2M0Y43K25 
(2%,0%,43%,25%)
(0.02/0.00/0.43/0.25)	

CMYK percentages

%1.58
%0
%43.16
%25.49

Codes

Color #BBBE6C in popluar color models

BBBE6C
RGB187190108
HSL62°38.68%58.43%
HSB/HSV62°43.16%74.51%
CMYK1.58%0.00%43.16%
25.49%

Color #BBBE6C in popluar number systems.

HEXBBBE6C
Decimal187190108
Binary10111011101111101101100
Octal273276154

Shades and tints

Shades of #BBBE6C

#BBBE6C
(187,190,108)
#AAAD63
(170,173,99)
#999C5A
(153,156,90)
#888B51
(136,139,81)
#777A48
(119,122,72)
#66693F
(102,105,63)
#555836
(85,88,54)
#44472D
(68,71,45)
#333624
(51,54,36)
#22251B
(34,37,27)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #BBBE6C

#BBBE6C
(187,190,108)
#C1C379
(193,195,121)
#C7C886
(199,200,134)
#CDCD93
(205,205,147)
#D3D2A0
(211,210,160)
#D9D7AD
(217,215,173)
#DFDCBA
(223,220,186)
#E5E1C7
(229,225,199)
#EBE6D4
(235,230,212)
#F1EBE1
(241,235,225)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBE6C; }

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

This text font color is #BBBE6C.


Background Color

.myBgColor { background-color: #BBBE6C; }

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

This div background color is #BBBE6C.


Border color

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

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

This div border color is #BBBE6C.


Opacity

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

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

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

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

This text has shadow with #BBBE6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBE6C on black background.


Color preview on white background

This text has color #BBBE6C on white background.



Black color preview on #BBBE6C background

This text has black color on #BBBE6C background.


White color preview on #BBBE6C background

This text has white color on #BBBE6C background.