COLOR #BFA498

HEX: #BFA498
RGB: (191,164,152)

Color info

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

RGB color model

#BFA498 color RGB value is (191,164,152).

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

RGB channels and saturation

R 191 of 255 = 75%
G 164 of 255 = 64%
B 152 of 255 = 60%

191
164
152

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

Portions of RGB colors in percentages

R + G + B =
191 + 164 + 152 = 507 (100%)
R 191 of 507 ~ 37.67%
G 164 of 507 ~ 32.35%
B 152 of 507 ~ 29.98%

%37.67
%32.35
%29.98

CMYK color model

#BFA498 color CMYK value is (0,14,20,25).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 20.42%
  • key color value is 25.10%
CMYK:
(0,14,20,25)
C0M14Y20K25 
(0%,14%,20%,25%)
(0.00/0.14/0.20/0.25)	

CMYK percentages

%0
%14.14
%20.42
%25.1

Codes

Color #BFA498 in popluar color models

BFA498
RGB191164152
HSL18°23.35%67.25%
HSB/HSV18°20.42%74.90%
CMYK0.00%14.14%20.42%
25.10%

Color #BFA498 in popluar number systems.

HEXBFA498
Decimal191164152
Binary101111111010010010011000
Octal277244230

Shades and tints

Shades of #BFA498

#BFA498
(191,164,152)
#AE968B
(174,150,139)
#9D887E
(157,136,126)
#8C7A71
(140,122,113)
#7B6C64
(123,108,100)
#6A5E57
(106,94,87)
#59504A
(89,80,74)
#48423D
(72,66,61)
#373430
(55,52,48)
#262623
(38,38,35)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #BFA498

#BFA498
(191,164,152)
#C4ACA1
(196,172,161)
#C9B4AA
(201,180,170)
#CEBCB3
(206,188,179)
#D3C4BC
(211,196,188)
#D8CCC5
(216,204,197)
#DDD4CE
(221,212,206)
#E2DCD7
(226,220,215)
#E7E4E0
(231,228,224)
#ECECE9
(236,236,233)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA498; }

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

This text font color is #BFA498.


Background Color

.myBgColor { background-color: #BFA498; }

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

This div background color is #BFA498.


Border color

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

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

This div border color is #BFA498.


Opacity

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

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

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

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

This text has shadow with #BFA498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA498 on black background.


Color preview on white background

This text has color #BFA498 on white background.



Black color preview on #BFA498 background

This text has black color on #BFA498 background.


White color preview on #BFA498 background

This text has white color on #BFA498 background.