COLOR #BBA953

HEX: #BBA953 RGB: (187,169,83)

Color info

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

RGB color model

#BBA953 color RGB value is (187,169,83).

RGB: (187,169,83) (73%, 66%, 33%)

RGB channels and saturation

R 187 of 255 = 73%
G 169 of 255 = 66%
B 83 of 255 = 33%

187
169
83

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

Portions of RGB colors in percentages

R + G + B = 187 + 169 + 83 = 439 (100%)
R 187 of 439 ~ 42.6%
G 169 of 439 ~ 38.5%
B 83 of 439 ~ 18.91'%

%42.6
%38.5
%18.91

CMYK color model

#BBA953 color CMYK value is (0,10,56,27).

  • cyan value is 0.00%
  • magenta value is 9.63%
  • yellow value is 55.61%
  • key color value is 26.67%

CMYK: (0,10,56,27)
C0M10Y56K27 (0%, 10%, 56%, 27%)
(0.00 / 0.10 / 0.56 / 0.27)

CMYK percentages

%0
%9.63
%55.61
%26.67

Codes

Color #BBA953 in popluar color models

BB A9 53
RGB 187 169 83
HSL 50° 43.33% 52.94%
HSB/HSV 50° 55.61% 73.33%
CMYK 0.00% 9.63% 55.61%
26.67%

Color #BBA953 in popluar number systems.

HEX BB A9 53
Decimal 187 169 83
Binary 10111011 10101001 1010011
Octal 273 251 123

Shades and tints

Shades of #BBA953

#BBA953
(187,169,83)
#AA9A4C
(170,154,76)
#998B45
(153,139,69)
#887C3E
(136,124,62)
#776D37
(119,109,55)
#665E30
(102,94,48)
#554F29
(85,79,41)
#444022
(68,64,34)
#33311B
(51,49,27)
#222214
(34,34,20)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #BBA953

#BBA953
(187,169,83)
#C1B062
(193,176,98)
#C7B771
(199,183,113)
#CDBE80
(205,190,128)
#D3C58F
(211,197,143)
#D9CC9E
(217,204,158)
#DFD3AD
(223,211,173)
#E5DABC
(229,218,188)
#EBE1CB
(235,225,203)
#F1E8DA
(241,232,218)
#F7EFE9
(247,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA953 color. Also use rgb(187,169,83) instead hex code.

Text Font Color

.myTextColor { color: #BBA953; }

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

This text font color is #BBA953.

Background Color

.myBgColor { background-color: #BBA953; }

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

This div background color is #BBA953.

Border color

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

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

This div border color is #BBA953.

Opacity

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

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

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

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

This text has shadow with #BBA953 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA953.

Preview

Color preview on black background

This text has color #BBA953 on black background.


Color preview on white background

This text has color #BBA953 on white background.


Black color preview on #BBA953 background

This text has black color on #BBA953 background.


White color preview on #BBA953 background

This text has white color on #BBA953 background.


Related colors

Complementary color

Complementary color for #hex is #4456AC.


I love getcolorcode.com

Triadic colors

1 #53BBA9 and #A953BB with #BBA953 are triadic colors.

2 #53A9BB and #A9BB53 with #BBA953 are triadic colors.