COLOR #BBA978

HEX: #BBA978 RGB: (187,169,120)

Color info

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

RGB color model

#BBA978 color RGB value is (187,169,120).

RGB: (187,169,120) (73%, 66%, 47%)

RGB channels and saturation

R 187 of 255 = 73%
G 169 of 255 = 66%
B 120 of 255 = 47%

187
169
120

R + G + B ~ 62%. #BBA978 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 169 + 120 = 476 (100%)
R 187 of 476 ~ 39.29%
G 169 of 476 ~ 35.5%
B 120 of 476 ~ 25.21'%

%39.29
%35.5
%25.21

CMYK color model

#BBA978 color CMYK value is (0,10,36,27).

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

CMYK: (0,10,36,27)
C0M10Y36K27 (0%, 10%, 36%, 27%)
(0.00 / 0.10 / 0.36 / 0.27)

CMYK percentages

%0
%9.63
%35.83
%26.67

Codes

Color #BBA978 in popluar color models

BB A9 78
RGB 187 169 120
HSL 44° 33.00% 60.20%
HSB/HSV 44° 35.83% 73.33%
CMYK 0.00% 9.63% 35.83%
26.67%

Color #BBA978 in popluar number systems.

HEX BB A9 78
Decimal 187 169 120
Binary 10111011 10101001 1111000
Octal 273 251 170

Shades and tints

Shades of #BBA978

#BBA978
(187,169,120)
#AA9A6E
(170,154,110)
#998B64
(153,139,100)
#887C5A
(136,124,90)
#776D50
(119,109,80)
#665E46
(102,94,70)
#554F3C
(85,79,60)
#444032
(68,64,50)
#333128
(51,49,40)
#22221E
(34,34,30)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #BBA978

#BBA978
(187,169,120)
#C1B084
(193,176,132)
#C7B790
(199,183,144)
#CDBE9C
(205,190,156)
#D3C5A8
(211,197,168)
#D9CCB4
(217,204,180)
#DFD3C0
(223,211,192)
#E5DACC
(229,218,204)
#EBE1D8
(235,225,216)
#F1E8E4
(241,232,228)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBA978; }

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

This text font color is #BBA978.

Background Color

.myBgColor { background-color: #BBA978; }

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

This div background color is #BBA978.

Border color

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

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

This div border color is #BBA978.

Opacity

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

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

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

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

This text has shadow with #BBA978 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBA978.

Preview

Color preview on black background

This text has color #BBA978 on black background.


Color preview on white background

This text has color #BBA978 on white background.


Black color preview on #BBA978 background

This text has black color on #BBA978 background.


White color preview on #BBA978 background

This text has white color on #BBA978 background.


Related colors

Complementary color

Complementary color for #hex is #445687.


I love getcolorcode.com

Triadic colors

1 #78BBA9 and #A978BB with #BBA978 are triadic colors.

2 #78A9BB and #A9BB78 with #BBA978 are triadic colors.