COLOR #BBAA79

HEX: #BBAA79 RGB: (187,170,121)

Color info

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

RGB color model

#BBAA79 color RGB value is (187,170,121).

RGB: (187,170,121) (73%, 67%, 47%)

RGB channels and saturation

R 187 of 255 = 73%
G 170 of 255 = 67%
B 121 of 255 = 47%

187
170
121

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

Portions of RGB colors in percentages

R + G + B = 187 + 170 + 121 = 478 (100%)
R 187 of 478 ~ 39.12%
G 170 of 478 ~ 35.56%
B 121 of 478 ~ 25.31'%

%39.12
%35.56
%25.31

CMYK color model

#BBAA79 color CMYK value is (0,9,35,27).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 35.29%
  • key color value is 26.67%

CMYK: (0,9,35,27)
C0M9Y35K27 (0%, 9%, 35%, 27%)
(0.00 / 0.09 / 0.35 / 0.27)

CMYK percentages

%0
%9.09
%35.29
%26.67

Codes

Color #BBAA79 in popluar color models

BB AA 79
RGB 187 170 121
HSL 45° 32.67% 60.39%
HSB/HSV 45° 35.29% 73.33%
CMYK 0.00% 9.09% 35.29%
26.67%

Color #BBAA79 in popluar number systems.

HEX BB AA 79
Decimal 187 170 121
Binary 10111011 10101010 1111001
Octal 273 252 171

Shades and tints

Shades of #BBAA79

#BBAA79
(187,170,121)
#AA9B6E
(170,155,110)
#998C63
(153,140,99)
#887D58
(136,125,88)
#776E4D
(119,110,77)
#665F42
(102,95,66)
#555037
(85,80,55)
#44412C
(68,65,44)
#333221
(51,50,33)
#222316
(34,35,22)
#11140B
(17,20,11)
#000000
(0,0,0)

Tints of #BBAA79

#BBAA79
(187,170,121)
#C1B185
(193,177,133)
#C7B891
(199,184,145)
#CDBF9D
(205,191,157)
#D3C6A9
(211,198,169)
#D9CDB5
(217,205,181)
#DFD4C1
(223,212,193)
#E5DBCD
(229,219,205)
#EBE2D9
(235,226,217)
#F1E9E5
(241,233,229)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBAA79 color. Also use rgb(187,170,121) instead hex code.

Text Font Color

.myTextColor { color: #BBAA79; }

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

This text font color is #BBAA79.

Background Color

.myBgColor { background-color: #BBAA79; }

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

This div background color is #BBAA79.

Border color

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

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

This div border color is #BBAA79.

Opacity

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

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

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

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

This text has shadow with #BBAA79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAA79.

Preview

Color preview on black background

This text has color #BBAA79 on black background.


Color preview on white background

This text has color #BBAA79 on white background.


Black color preview on #BBAA79 background

This text has black color on #BBAA79 background.


White color preview on #BBAA79 background

This text has white color on #BBAA79 background.


Related colors

Complementary color

Complementary color for #hex is #445586.


I love getcolorcode.com

Triadic colors

1 #79BBAA and #AA79BB with #BBAA79 are triadic colors.

2 #79AABB and #AABB79 with #BBAA79 are triadic colors.