COLOR #BBAF79

HEX: #BBAF79 RGB: (187,175,121)

Color info

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

RGB color model

#BBAF79 color RGB value is (187,175,121).

RGB: (187,175,121) (73%, 69%, 47%)

RGB channels and saturation

R 187 of 255 = 73%
G 175 of 255 = 69%
B 121 of 255 = 47%

187
175
121

R + G + B ~ 63%. #BBAF79 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 175 + 121 = 483 (100%)
R 187 of 483 ~ 38.72%
G 175 of 483 ~ 36.23%
B 121 of 483 ~ 25.05'%

%38.72
%36.23
%25.05

CMYK color model

#BBAF79 color CMYK value is (0,6,35,27).

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

CMYK: (0,6,35,27)
C0M6Y35K27 (0%, 6%, 35%, 27%)
(0.00 / 0.06 / 0.35 / 0.27)

CMYK percentages

%0
%6.42
%35.29
%26.67

Codes

Color #BBAF79 in popluar color models

BB AF 79
RGB 187 175 121
HSL 49° 32.67% 60.39%
HSB/HSV 49° 35.29% 73.33%
CMYK 0.00% 6.42% 35.29%
26.67%

Color #BBAF79 in popluar number systems.

HEX BB AF 79
Decimal 187 175 121
Binary 10111011 10101111 1111001
Octal 273 257 171

Shades and tints

Shades of #BBAF79

#BBAF79
(187,175,121)
#AAA06E
(170,160,110)
#999163
(153,145,99)
#888258
(136,130,88)
#77734D
(119,115,77)
#666442
(102,100,66)
#555537
(85,85,55)
#44462C
(68,70,44)
#333721
(51,55,33)
#222816
(34,40,22)
#11190B
(17,25,11)
#000000
(0,0,0)

Tints of #BBAF79

#BBAF79
(187,175,121)
#C1B685
(193,182,133)
#C7BD91
(199,189,145)
#CDC49D
(205,196,157)
#D3CBA9
(211,203,169)
#D9D2B5
(217,210,181)
#DFD9C1
(223,217,193)
#E5E0CD
(229,224,205)
#EBE7D9
(235,231,217)
#F1EEE5
(241,238,229)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBAF79; }

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

This text font color is #BBAF79.

Background Color

.myBgColor { background-color: #BBAF79; }

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

This div background color is #BBAF79.

Border color

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

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

This div border color is #BBAF79.

Opacity

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

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

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

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

This text has shadow with #BBAF79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBAF79.

Preview

Color preview on black background

This text has color #BBAF79 on black background.


Color preview on white background

This text has color #BBAF79 on white background.


Black color preview on #BBAF79 background

This text has black color on #BBAF79 background.


White color preview on #BBAF79 background

This text has white color on #BBAF79 background.


Related colors

Complementary color

Complementary color for #hex is #445086.


I love getcolorcode.com

Triadic colors

1 #79BBAF and #AF79BB with #BBAF79 are triadic colors.

2 #79AFBB and #AFBB79 with #BBAF79 are triadic colors.