COLOR #BFA480

HEX: #BFA480
RGB: (191,164,128)

Color info

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

RGB color model

#BFA480 color RGB value is (191,164,128).

  • red value is 191;
  • green value is 164;
  • blue value is 128.
RGB:
(191,164,128)
(75%,64%,50%)

RGB channels and saturation

R 191 of 255 = 75%
G 164 of 255 = 64%
B 128 of 255 = 50%

191
164
128

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

Portions of RGB colors in percentages

R + G + B =
191 + 164 + 128 = 483 (100%)
R 191 of 483 ~ 39.54%
G 164 of 483 ~ 33.95%
B 128 of 483 ~ 26.5%

%39.54
%33.95
%26.5

CMYK color model

#BFA480 color CMYK value is (0,14,33,25).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 32.98%
  • key color value is 25.10%
CMYK:
(0,14,33,25)
C0M14Y33K25 
(0%,14%,33%,25%)
(0.00/0.14/0.33/0.25)	

CMYK percentages

%0
%14.14
%32.98
%25.1

Codes

Color #BFA480 in popluar color models

BFA480
RGB191164128
HSL34°32.98%62.55%
HSB/HSV34°32.98%74.90%
CMYK0.00%14.14%32.98%
25.10%

Color #BFA480 in popluar number systems.

HEXBFA480
Decimal191164128
Binary101111111010010010000000
Octal277244200

Shades and tints

Shades of #BFA480

#BFA480
(191,164,128)
#AE9675
(174,150,117)
#9D886A
(157,136,106)
#8C7A5F
(140,122,95)
#7B6C54
(123,108,84)
#6A5E49
(106,94,73)
#59503E
(89,80,62)
#484233
(72,66,51)
#373428
(55,52,40)
#26261D
(38,38,29)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #BFA480

#BFA480
(191,164,128)
#C4AC8B
(196,172,139)
#C9B496
(201,180,150)
#CEBCA1
(206,188,161)
#D3C4AC
(211,196,172)
#D8CCB7
(216,204,183)
#DDD4C2
(221,212,194)
#E2DCCD
(226,220,205)
#E7E4D8
(231,228,216)
#ECECE3
(236,236,227)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA480 color. Also use rgb(191,164,128) instead hex code.

Text Font Color

.myTextColor { color: #BFA480; }

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

This text font color is #BFA480.


Background Color

.myBgColor { background-color: #BFA480; }

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

This div background color is #BFA480.


Border color

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

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

This div border color is #BFA480.


Opacity

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

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

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

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

This text has shadow with #BFA480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA480 on black background.


Color preview on white background

This text has color #BFA480 on white background.



Black color preview on #BFA480 background

This text has black color on #BFA480 background.


White color preview on #BFA480 background

This text has white color on #BFA480 background.