COLOR #BBA22D

HEX: #BBA22D RGB: (187,162,45)

Color info

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

RGB color model

#BBA22D color RGB value is (187,162,45).

RGB: (187,162,45) (73%, 64%, 18%)

RGB channels and saturation

R 187 of 255 = 73%
G 162 of 255 = 64%
B 45 of 255 = 18%

187
162
45

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

Portions of RGB colors in percentages

R + G + B = 187 + 162 + 45 = 394 (100%)
R 187 of 394 ~ 47.46%
G 162 of 394 ~ 41.12%
B 45 of 394 ~ 11.42'%

%47.46
%41.12
%11.42

CMYK color model

#BBA22D color CMYK value is (0,13,76,27).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 75.94%
  • key color value is 26.67%

CMYK: (0,13,76,27)
C0M13Y76K27 (0%, 13%, 76%, 27%)
(0.00 / 0.13 / 0.76 / 0.27)

CMYK percentages

%0
%13.37
%75.94
%26.67

Codes

Color #BBA22D in popluar color models

BB A2 2D
RGB 187 162 45
HSL 49° 61.21% 45.49%
HSB/HSV 49° 75.94% 73.33%
CMYK 0.00% 13.37% 75.94%
26.67%

Color #BBA22D in popluar number systems.

HEX BB A2 2D
Decimal 187 162 45
Binary 10111011 10100010 101101
Octal 273 242 55

Shades and tints

Shades of #BBA22D

#BBA22D
(187,162,45)
#AA9429
(170,148,41)
#998625
(153,134,37)
#887821
(136,120,33)
#776A1D
(119,106,29)
#665C19
(102,92,25)
#554E15
(85,78,21)
#444011
(68,64,17)
#33320D
(51,50,13)
#222409
(34,36,9)
#111605
(17,22,5)
#000000
(0,0,0)

Tints of #BBA22D

#BBA22D
(187,162,45)
#C1AA40
(193,170,64)
#C7B253
(199,178,83)
#CDBA66
(205,186,102)
#D3C279
(211,194,121)
#D9CA8C
(217,202,140)
#DFD29F
(223,210,159)
#E5DAB2
(229,218,178)
#EBE2C5
(235,226,197)
#F1EAD8
(241,234,216)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA22D color. Also use rgb(187,162,45) instead hex code.

Text Font Color

.myTextColor { color: #BBA22D; }

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

This text font color is #BBA22D.

Background Color

.myBgColor { background-color: #BBA22D; }

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

This div background color is #BBA22D.

Border color

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

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

This div border color is #BBA22D.

Opacity

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

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

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

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

This text has shadow with #BBA22D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA22D.

Preview

Color preview on black background

This text has color #BBA22D on black background.


Color preview on white background

This text has color #BBA22D on white background.


Black color preview on #BBA22D background

This text has black color on #BBA22D background.


White color preview on #BBA22D background

This text has white color on #BBA22D background.


Related colors

Complementary color

Complementary color for #hex is #445DD2.


I love getcolorcode.com

Triadic colors

1 #2DBBA2 and #A22DBB with #BBA22D are triadic colors.

2 #2DA2BB and #A2BB2D with #BBA22D are triadic colors.