COLOR #BFA299

HEX: #BFA299
RGB: (191,162,153)

Color info

#BFA299 contains red, green and blue colors in about the same proportion. Web safe color of #BFA299 is #CC9999 (or #C99).

RGB color model

#BFA299 color RGB value is (191,162,153).

  • red value is 191;
  • green value is 162;
  • blue value is 153.
RGB:
(191,162,153)
(75%,64%,60%)

RGB channels and saturation

R 191 of 255 = 75%
G 162 of 255 = 64%
B 153 of 255 = 60%

191
162
153

R + G + B ~ 66%. #BFA299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 162 + 153 = 506 (100%)
R 191 of 506 ~ 37.75%
G 162 of 506 ~ 32.02%
B 153 of 506 ~ 30.24%

%37.75
%32.02
%30.24

CMYK color model

#BFA299 color CMYK value is (0,15,20,25).

  • cyan value is 0.00%
  • magenta value is 15.18%
  • yellow value is 19.90%
  • key color value is 25.10%
CMYK:
(0,15,20,25)
C0M15Y20K25 
(0%,15%,20%,25%)
(0.00/0.15/0.20/0.25)	

CMYK percentages

%0
%15.18
%19.9
%25.1

Codes

Color #BFA299 in popluar color models

BFA299
RGB191162153
HSL14°22.89%67.45%
HSB/HSV14°19.90%74.90%
CMYK0.00%15.18%19.90%
25.10%

Color #BFA299 in popluar number systems.

HEXBFA299
Decimal191162153
Binary101111111010001010011001
Octal277242231

Shades and tints

Shades of #BFA299

#BFA299
(191,162,153)
#AE948C
(174,148,140)
#9D867F
(157,134,127)
#8C7872
(140,120,114)
#7B6A65
(123,106,101)
#6A5C58
(106,92,88)
#594E4B
(89,78,75)
#48403E
(72,64,62)
#373231
(55,50,49)
#262424
(38,36,36)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #BFA299

#BFA299
(191,162,153)
#C4AAA2
(196,170,162)
#C9B2AB
(201,178,171)
#CEBAB4
(206,186,180)
#D3C2BD
(211,194,189)
#D8CAC6
(216,202,198)
#DDD2CF
(221,210,207)
#E2DAD8
(226,218,216)
#E7E2E1
(231,226,225)
#ECEAEA
(236,234,234)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA299 color. Also use rgb(191,162,153) instead hex code.

Text Font Color

.myTextColor { color: #BFA299; }

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

This text font color is #BFA299.


Background Color

.myBgColor { background-color: #BFA299; }

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

This div background color is #BFA299.


Border color

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

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

This div border color is #BFA299.


Opacity

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

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

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

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

This text has shadow with #BFA299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA299 on black background.


Color preview on white background

This text has color #BFA299 on white background.



Black color preview on #BFA299 background

This text has black color on #BFA299 background.


White color preview on #BFA299 background

This text has white color on #BFA299 background.