COLOR #BBA962

HEX: #BBA962 RGB: (187,169,98)

Color info

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

RGB color model

#BBA962 color RGB value is (187,169,98).

RGB: (187,169,98) (73%, 66%, 38%)

RGB channels and saturation

R 187 of 255 = 73%
G 169 of 255 = 66%
B 98 of 255 = 38%

187
169
98

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

Portions of RGB colors in percentages

R + G + B = 187 + 169 + 98 = 454 (100%)
R 187 of 454 ~ 41.19%
G 169 of 454 ~ 37.22%
B 98 of 454 ~ 21.59'%

%41.19
%37.22
%21.59

CMYK color model

#BBA962 color CMYK value is (0,10,48,27).

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

CMYK: (0,10,48,27)
C0M10Y48K27 (0%, 10%, 48%, 27%)
(0.00 / 0.10 / 0.48 / 0.27)

CMYK percentages

%0
%9.63
%47.59
%26.67

Codes

Color #BBA962 in popluar color models

BB A9 62
RGB 187 169 98
HSL 48° 39.56% 55.88%
HSB/HSV 48° 47.59% 73.33%
CMYK 0.00% 9.63% 47.59%
26.67%

Color #BBA962 in popluar number systems.

HEX BB A9 62
Decimal 187 169 98
Binary 10111011 10101001 1100010
Octal 273 251 142

Shades and tints

Shades of #BBA962

#BBA962
(187,169,98)
#AA9A5A
(170,154,90)
#998B52
(153,139,82)
#887C4A
(136,124,74)
#776D42
(119,109,66)
#665E3A
(102,94,58)
#554F32
(85,79,50)
#44402A
(68,64,42)
#333122
(51,49,34)
#22221A
(34,34,26)
#111312
(17,19,18)
#000000
(0,0,0)

Tints of #BBA962

#BBA962
(187,169,98)
#C1B070
(193,176,112)
#C7B77E
(199,183,126)
#CDBE8C
(205,190,140)
#D3C59A
(211,197,154)
#D9CCA8
(217,204,168)
#DFD3B6
(223,211,182)
#E5DAC4
(229,218,196)
#EBE1D2
(235,225,210)
#F1E8E0
(241,232,224)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA962; }

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

This text font color is #BBA962.

Background Color

.myBgColor { background-color: #BBA962; }

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

This div background color is #BBA962.

Border color

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

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

This div border color is #BBA962.

Opacity

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

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

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

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

This text has shadow with #BBA962 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA962.

Preview

Color preview on black background

This text has color #BBA962 on black background.


Color preview on white background

This text has color #BBA962 on white background.


Black color preview on #BBA962 background

This text has black color on #BBA962 background.


White color preview on #BBA962 background

This text has white color on #BBA962 background.


Related colors

Complementary color

Complementary color for #hex is #44569D.


I love getcolorcode.com

Triadic colors

1 #62BBA9 and #A962BB with #BBA962 are triadic colors.

2 #62A9BB and #A9BB62 with #BBA962 are triadic colors.