COLOR #BFAC66

HEX: #BFAC66 RGB: (191,172,102)

Color info

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

RGB color model

#BFAC66 color RGB value is (191,172,102).

RGB: (191,172,102) (75%, 67%, 40%)

RGB channels and saturation

R 191 of 255 = 75%
G 172 of 255 = 67%
B 102 of 255 = 40%

191
172
102

R + G + B ~ 61%. #BFAC66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 172 + 102 = 465 (100%)
R 191 of 465 ~ 41.08%
G 172 of 465 ~ 36.99%
B 102 of 465 ~ 21.94'%

%41.08
%36.99
%21.94

CMYK color model

#BFAC66 color CMYK value is (0,10,47,25).

  • cyan value is 0.00%
  • magenta value is 9.95%
  • yellow value is 46.60%
  • key color value is 25.10%

CMYK: (0,10,47,25)
C0M10Y47K25 (0%, 10%, 47%, 25%)
(0.00 / 0.10 / 0.47 / 0.25)

CMYK percentages

%0
%9.95
%46.6
%25.1

Codes

Color #BFAC66 in popluar color models

BF AC 66
RGB 191 172 102
HSL 47° 41.01% 57.45%
HSB/HSV 47° 46.60% 74.90%
CMYK 0.00% 9.95% 46.60%
25.10%

Color #BFAC66 in popluar number systems.

HEX BF AC 66
Decimal 191 172 102
Binary 10111111 10101100 1100110
Octal 277 254 146

Shades and tints

Shades of #BFAC66

#BFAC66
(191,172,102)
#AE9D5D
(174,157,93)
#9D8E54
(157,142,84)
#8C7F4B
(140,127,75)
#7B7042
(123,112,66)
#6A6139
(106,97,57)
#595230
(89,82,48)
#484327
(72,67,39)
#37341E
(55,52,30)
#262515
(38,37,21)
#15160C
(21,22,12)
#000000
(0,0,0)

Tints of #BFAC66

#BFAC66
(191,172,102)
#C4B373
(196,179,115)
#C9BA80
(201,186,128)
#CEC18D
(206,193,141)
#D3C89A
(211,200,154)
#D8CFA7
(216,207,167)
#DDD6B4
(221,214,180)
#E2DDC1
(226,221,193)
#E7E4CE
(231,228,206)
#ECEBDB
(236,235,219)
#F1F2E8
(241,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAC66 color. Also use rgb(191,172,102) instead hex code.

Text Font Color

.myTextColor { color: #BFAC66; }

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

This text font color is #BFAC66.

Background Color

.myBgColor { background-color: #BFAC66; }

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

This div background color is #BFAC66.

Border color

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

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

This div border color is #BFAC66.

Opacity

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

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

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

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

This text has shadow with #BFAC66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFAC66.

Preview

Color preview on black background

This text has color #BFAC66 on black background.


Color preview on white background

This text has color #BFAC66 on white background.


Black color preview on #BFAC66 background

This text has black color on #BFAC66 background.


White color preview on #BFAC66 background

This text has white color on #BFAC66 background.


Related colors

Complementary color

Complementary color for #hex is #405399.


I love getcolorcode.com

Triadic colors

1 #66BFAC and #AC66BF with #BFAC66 are triadic colors.

2 #66ACBF and #ACBF66 with #BFAC66 are triadic colors.