COLOR #BBBF44

HEX: #BBBF44
RGB: (187,191,68)

Color info

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

RGB color model

#BBBF44 color RGB value is (187,191,68).

  • red value is 187;
  • green value is 191;
  • blue value is 68.
RGB:
(187,191,68)
(73%,75%,27%)

RGB channels and saturation

R 187 of 255 = 73%
G 191 of 255 = 75%
B 68 of 255 = 27%

187
191
68

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

Portions of RGB colors in percentages

R + G + B =
187 + 191 + 68 = 446 (100%)
R 187 of 446 ~ 41.93%
G 191 of 446 ~ 42.83%
B 68 of 446 ~ 15.25%

%41.93
%42.83
%15.25

CMYK color model

#BBBF44 color CMYK value is (2,0,64,25).

  • cyan value is 2.09%
  • magenta value is 0.00%
  • yellow value is 64.40%
  • key color value is 25.10%
CMYK:
(2,0,64,25)
C2M0Y64K25 
(2%,0%,64%,25%)
(0.02/0.00/0.64/0.25)	

CMYK percentages

%2.09
%0
%64.4
%25.1

Codes

Color #BBBF44 in popluar color models

BBBF44
RGB18719168
HSL62°49.00%50.78%
HSB/HSV62°64.40%74.90%
CMYK2.09%0.00%64.40%
25.10%

Color #BBBF44 in popluar number systems.

HEXBBBF44
Decimal18719168
Binary10111011101111111000100
Octal273277104

Shades and tints

Shades of #BBBF44

#BBBF44
(187,191,68)
#AAAE3E
(170,174,62)
#999D38
(153,157,56)
#888C32
(136,140,50)
#777B2C
(119,123,44)
#666A26
(102,106,38)
#555920
(85,89,32)
#44481A
(68,72,26)
#333714
(51,55,20)
#22260E
(34,38,14)
#111508
(17,21,8)
#000000
(0,0,0)

Tints of #BBBF44

#BBBF44
(187,191,68)
#C1C455
(193,196,85)
#C7C966
(199,201,102)
#CDCE77
(205,206,119)
#D3D388
(211,211,136)
#D9D899
(217,216,153)
#DFDDAA
(223,221,170)
#E5E2BB
(229,226,187)
#EBE7CC
(235,231,204)
#F1ECDD
(241,236,221)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBF44 color. Also use rgb(187,191,68) instead hex code.

Text Font Color

.myTextColor { color: #BBBF44; }

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

This text font color is #BBBF44.


Background Color

.myBgColor { background-color: #BBBF44; }

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

This div background color is #BBBF44.


Border color

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

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

This div border color is #BBBF44.


Opacity

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

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

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

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

This text has shadow with #BBBF44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBBF44 on black background.


Color preview on white background

This text has color #BBBF44 on white background.



Black color preview on #BBBF44 background

This text has black color on #BBBF44 background.


White color preview on #BBBF44 background

This text has white color on #BBBF44 background.