COLOR #BBBE49

HEX: #BBBE49
RGB: (187,190,73)

Color info

#BBBE49 contains mainly red and green colors. Web safe color of #BBBE49 is #CCCC33 (or #CC3).

RGB color model

#BBBE49 color RGB value is (187,190,73).

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

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 73 of 255 = 29%

187
190
73

R + G + B ~ 59%. #BBBE49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
187 + 190 + 73 = 450 (100%)
R 187 of 450 ~ 41.56%
G 190 of 450 ~ 42.22%
B 73 of 450 ~ 16.22%

%41.56
%42.22
%16.22

CMYK color model

#BBBE49 color CMYK value is (2,0,62,25).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 61.58%
  • key color value is 25.49%
CMYK:
(2,0,62,25)
C2M0Y62K25 
(2%,0%,62%,25%)
(0.02/0.00/0.62/0.25)	

CMYK percentages

%1.58
%0
%61.58
%25.49

Codes

Color #BBBE49 in popluar color models

BBBE49
RGB18719073
HSL62°47.37%51.57%
HSB/HSV62°61.58%74.51%
CMYK1.58%0.00%61.58%
25.49%

Color #BBBE49 in popluar number systems.

HEXBBBE49
Decimal18719073
Binary10111011101111101001001
Octal273276111

Shades and tints

Shades of #BBBE49

#BBBE49
(187,190,73)
#AAAD43
(170,173,67)
#999C3D
(153,156,61)
#888B37
(136,139,55)
#777A31
(119,122,49)
#66692B
(102,105,43)
#555825
(85,88,37)
#44471F
(68,71,31)
#333619
(51,54,25)
#222513
(34,37,19)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #BBBE49

#BBBE49
(187,190,73)
#C1C359
(193,195,89)
#C7C869
(199,200,105)
#CDCD79
(205,205,121)
#D3D289
(211,210,137)
#D9D799
(217,215,153)
#DFDCA9
(223,220,169)
#E5E1B9
(229,225,185)
#EBE6C9
(235,230,201)
#F1EBD9
(241,235,217)
#F7F0E9
(247,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBE49; }

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

This text font color is #BBBE49.


Background Color

.myBgColor { background-color: #BBBE49; }

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

This div background color is #BBBE49.


Border color

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

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

This div border color is #BBBE49.


Opacity

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

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

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

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

This text has shadow with #BBBE49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBE49 on black background.


Color preview on white background

This text has color #BBBE49 on white background.



Black color preview on #BBBE49 background

This text has black color on #BBBE49 background.


White color preview on #BBBE49 background

This text has white color on #BBBE49 background.