COLOR #BBAB22

HEX: #BBAB22
RGB: (187,171,34)

Color info

#BBAB22 contains mainly red and green colors. Web safe color of #BBAB22 is #CC9933 (or #C93).

RGB color model

#BBAB22 color RGB value is (187,171,34).

  • red value is 187;
  • green value is 171;
  • blue value is 34.
RGB:
(187,171,34)
(73%,67%,13%)

RGB channels and saturation

R 187 of 255 = 73%
G 171 of 255 = 67%
B 34 of 255 = 13%

187
171
34

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

Portions of RGB colors in percentages

R + G + B =
187 + 171 + 34 = 392 (100%)
R 187 of 392 ~ 47.7%
G 171 of 392 ~ 43.62%
B 34 of 392 ~ 8.67%

%47.7
%43.62

CMYK color model

#BBAB22 color CMYK value is (0,9,82,27).

  • cyan value is 0.00%
  • magenta value is 8.56%
  • yellow value is 81.82%
  • key color value is 26.67%
CMYK:
(0,9,82,27)
C0M9Y82K27 
(0%,9%,82%,27%)
(0.00/0.09/0.82/0.27)	

CMYK percentages

%0
%8.56
%81.82
%26.67

Codes

Color #BBAB22 in popluar color models

BBAB22
RGB18717134
HSL54°69.23%43.33%
HSB/HSV54°81.82%73.33%
CMYK0.00%8.56%81.82%
26.67%

Color #BBAB22 in popluar number systems.

HEXBBAB22
Decimal18717134
Binary1011101110101011100010
Octal27325342

Shades and tints

Shades of #BBAB22

#BBAB22
(187,171,34)
#AA9C1F
(170,156,31)
#998D1C
(153,141,28)
#887E19
(136,126,25)
#776F16
(119,111,22)
#666013
(102,96,19)
#555110
(85,81,16)
#44420D
(68,66,13)
#33330A
(51,51,10)
#222407
(34,36,7)
#111504
(17,21,4)
#000000
(0,0,0)

Tints of #BBAB22

#BBAB22
(187,171,34)
#C1B236
(193,178,54)
#C7B94A
(199,185,74)
#CDC05E
(205,192,94)
#D3C772
(211,199,114)
#D9CE86
(217,206,134)
#DFD59A
(223,213,154)
#E5DCAE
(229,220,174)
#EBE3C2
(235,227,194)
#F1EAD6
(241,234,214)
#F7F1EA
(247,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAB22 color. Also use rgb(187,171,34) instead hex code.

Text Font Color

.myTextColor { color: #BBAB22; }

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

This text font color is #BBAB22.


Background Color

.myBgColor { background-color: #BBAB22; }

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

This div background color is #BBAB22.


Border color

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

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

This div border color is #BBAB22.


Opacity

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

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

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

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

This text has shadow with #BBAB22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBAB22 on black background.


Color preview on white background

This text has color #BBAB22 on white background.



Black color preview on #BBAB22 background

This text has black color on #BBAB22 background.


White color preview on #BBAB22 background

This text has white color on #BBAB22 background.