COLOR #BBA55B

HEX: #BBA55B
RGB: (187,165,91)

Color info

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

RGB color model

#BBA55B color RGB value is (187,165,91).

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

RGB channels and saturation

R 187 of 255 = 73%
G 165 of 255 = 65%
B 91 of 255 = 36%

187
165
91

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

Portions of RGB colors in percentages

R + G + B =
187 + 165 + 91 = 443 (100%)
R 187 of 443 ~ 42.21%
G 165 of 443 ~ 37.25%
B 91 of 443 ~ 20.54%

%42.21
%37.25
%20.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.76%
  • 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
%11.76
%51.34
%26.67

Codes

Color #BBA55B in popluar color models

BBA55B
RGB18716591
HSL46°41.38%54.51%
HSB/HSV46°51.34%73.33%
CMYK0.00%11.76%51.34%
26.67%

Color #BBA55B in popluar number systems.

HEXBBA55B
Decimal18716591
Binary10111011101001011011011
Octal273245133

Shades and tints

Shades of #BBA55B

#BBA55B
(187,165,91)
#AA9653
(170,150,83)
#99874B
(153,135,75)
#887843
(136,120,67)
#77693B
(119,105,59)
#665A33
(102,90,51)
#554B2B
(85,75,43)
#443C23
(68,60,35)
#332D1B
(51,45,27)
#221E13
(34,30,19)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #BBA55B

#BBA55B
(187,165,91)
#C1AD69
(193,173,105)
#C7B577
(199,181,119)
#CDBD85
(205,189,133)
#D3C593
(211,197,147)
#D9CDA1
(217,205,161)
#DFD5AF
(223,213,175)
#E5DDBD
(229,221,189)
#EBE5CB
(235,229,203)
#F1EDD9
(241,237,217)
#F7F5E7
(247,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA55B; }

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

This text font color is #BBA55B.


Background Color

.myBgColor { background-color: #BBA55B; }

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

This div background color is #BBA55B.


Border color

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

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

This div border color is #BBA55B.


Opacity

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

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

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

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

This text has shadow with #BBA55B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA55B on black background.


Color preview on white background

This text has color #BBA55B on white background.



Black color preview on #BBA55B background

This text has black color on #BBA55B background.


White color preview on #BBA55B background

This text has white color on #BBA55B background.