COLOR #BBA45B

HEX: #BBA45B
RGB: (187,164,91)

Color info

#BBA45B contains mainly red and green colors. Web safe color of #BBA45B is #CC9966 (or #C96).

RGB color model

#BBA45B color RGB value is (187,164,91).

  • red value is 187;
  • green value is 164;
  • blue value is 91.
RGB:
(187,164,91)
(73%,64%,36%)

RGB channels and saturation

R 187 of 255 = 73%
G 164 of 255 = 64%
B 91 of 255 = 36%

187
164
91

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

Portions of RGB colors in percentages

R + G + B =
187 + 164 + 91 = 442 (100%)
R 187 of 442 ~ 42.31%
G 164 of 442 ~ 37.1%
B 91 of 442 ~ 20.59%

%42.31
%37.1
%20.59

CMYK color model

#BBA45B color CMYK value is (0,12,51,27).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 51.34%
  • key color value is 26.67%
CMYK:
(0,12,51,27)
C0M12Y51K27 
(0%,12%,51%,27%)
(0.00/0.12/0.51/0.27)	

CMYK percentages

%0
%12.3
%51.34
%26.67

Codes

Color #BBA45B in popluar color models

BBA45B
RGB18716491
HSL46°41.38%54.51%
HSB/HSV46°51.34%73.33%
CMYK0.00%12.30%51.34%
26.67%

Color #BBA45B in popluar number systems.

HEXBBA45B
Decimal18716491
Binary10111011101001001011011
Octal273244133

Shades and tints

Shades of #BBA45B

#BBA45B
(187,164,91)
#AA9653
(170,150,83)
#99884B
(153,136,75)
#887A43
(136,122,67)
#776C3B
(119,108,59)
#665E33
(102,94,51)
#55502B
(85,80,43)
#444223
(68,66,35)
#33341B
(51,52,27)
#222613
(34,38,19)
#11180B
(17,24,11)
#000000
(0,0,0)

Tints of #BBA45B

#BBA45B
(187,164,91)
#C1AC69
(193,172,105)
#C7B477
(199,180,119)
#CDBC85
(205,188,133)
#D3C493
(211,196,147)
#D9CCA1
(217,204,161)
#DFD4AF
(223,212,175)
#E5DCBD
(229,220,189)
#EBE4CB
(235,228,203)
#F1ECD9
(241,236,217)
#F7F4E7
(247,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA45B color. Also use rgb(187,164,91) instead hex code.

Text Font Color

.myTextColor { color: #BBA45B; }

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

This text font color is #BBA45B.


Background Color

.myBgColor { background-color: #BBA45B; }

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

This div background color is #BBA45B.


Border color

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

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

This div border color is #BBA45B.


Opacity

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

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

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

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

This text has shadow with #BBA45B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA45B on black background.


Color preview on white background

This text has color #BBA45B on white background.



Black color preview on #BBA45B background

This text has black color on #BBA45B background.


White color preview on #BBA45B background

This text has white color on #BBA45B background.