COLOR #BFAF82

HEX: #BFAF82
RGB: (191,175,130)

Color info

#BFAF82 contains mainly red and green colors. Web safe color of #BFAF82 is #CC9999 (or #C99).

RGB color model

#BFAF82 color RGB value is (191,175,130).

  • red value is 191;
  • green value is 175;
  • blue value is 130.
RGB:
(191,175,130)
(75%,69%,51%)

RGB channels and saturation

R 191 of 255 = 75%
G 175 of 255 = 69%
B 130 of 255 = 51%

191
175
130

R + G + B ~ 65%. #BFAF82 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 175 + 130 = 496 (100%)
R 191 of 496 ~ 38.51%
G 175 of 496 ~ 35.28%
B 130 of 496 ~ 26.21%

%38.51
%35.28
%26.21

CMYK color model

#BFAF82 color CMYK value is (0,8,32,25).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 31.94%
  • key color value is 25.10%
CMYK:
(0,8,32,25)
C0M8Y32K25 
(0%,8%,32%,25%)
(0.00/0.08/0.32/0.25)	

CMYK percentages

%0
%8.38
%31.94
%25.1

Codes

Color #BFAF82 in popluar color models

BFAF82
RGB191175130
HSL44°32.28%62.94%
HSB/HSV44°31.94%74.90%
CMYK0.00%8.38%31.94%
25.10%

Color #BFAF82 in popluar number systems.

HEXBFAF82
Decimal191175130
Binary101111111010111110000010
Octal277257202

Shades and tints

Shades of #BFAF82

#BFAF82
(191,175,130)
#AEA077
(174,160,119)
#9D916C
(157,145,108)
#8C8261
(140,130,97)
#7B7356
(123,115,86)
#6A644B
(106,100,75)
#595540
(89,85,64)
#484635
(72,70,53)
#37372A
(55,55,42)
#26281F
(38,40,31)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #BFAF82

#BFAF82
(191,175,130)
#C4B68D
(196,182,141)
#C9BD98
(201,189,152)
#CEC4A3
(206,196,163)
#D3CBAE
(211,203,174)
#D8D2B9
(216,210,185)
#DDD9C4
(221,217,196)
#E2E0CF
(226,224,207)
#E7E7DA
(231,231,218)
#ECEEE5
(236,238,229)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAF82 color. Also use rgb(191,175,130) instead hex code.

Text Font Color

.myTextColor { color: #BFAF82; }

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

This text font color is #BFAF82.


Background Color

.myBgColor { background-color: #BFAF82; }

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

This div background color is #BFAF82.


Border color

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

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

This div border color is #BFAF82.


Opacity

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

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

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

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

This text has shadow with #BFAF82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAF82 on black background.


Color preview on white background

This text has color #BFAF82 on white background.



Black color preview on #BFAF82 background

This text has black color on #BFAF82 background.


White color preview on #BFAF82 background

This text has white color on #BFAF82 background.