COLOR #BFA798

HEX: #BFA798
RGB: (191,167,152)

Color info

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

RGB color model

#BFA798 color RGB value is (191,167,152).

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

RGB channels and saturation

R 191 of 255 = 75%
G 167 of 255 = 65%
B 152 of 255 = 60%

191
167
152

R + G + B ~ 67%. #BFA798 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 167 + 152 = 510 (100%)
R 191 of 510 ~ 37.45%
G 167 of 510 ~ 32.75%
B 152 of 510 ~ 29.8%

%37.45
%32.75
%29.8

CMYK color model

#BFA798 color CMYK value is (0,13,20,25).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 20.42%
  • key color value is 25.10%
CMYK:
(0,13,20,25)
C0M13Y20K25 
(0%,13%,20%,25%)
(0.00/0.13/0.20/0.25)	

CMYK percentages

%0
%12.57
%20.42
%25.1

Codes

Color #BFA798 in popluar color models

BFA798
RGB191167152
HSL23°23.35%67.25%
HSB/HSV23°20.42%74.90%
CMYK0.00%12.57%20.42%
25.10%

Color #BFA798 in popluar number systems.

HEXBFA798
Decimal191167152
Binary101111111010011110011000
Octal277247230

Shades and tints

Shades of #BFA798

#BFA798
(191,167,152)
#AE988B
(174,152,139)
#9D897E
(157,137,126)
#8C7A71
(140,122,113)
#7B6B64
(123,107,100)
#6A5C57
(106,92,87)
#594D4A
(89,77,74)
#483E3D
(72,62,61)
#372F30
(55,47,48)
#262023
(38,32,35)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #BFA798

#BFA798
(191,167,152)
#C4AFA1
(196,175,161)
#C9B7AA
(201,183,170)
#CEBFB3
(206,191,179)
#D3C7BC
(211,199,188)
#D8CFC5
(216,207,197)
#DDD7CE
(221,215,206)
#E2DFD7
(226,223,215)
#E7E7E0
(231,231,224)
#ECEFE9
(236,239,233)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA798; }

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

This text font color is #BFA798.


Background Color

.myBgColor { background-color: #BFA798; }

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

This div background color is #BFA798.


Border color

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

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

This div border color is #BFA798.


Opacity

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

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

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

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

This text has shadow with #BFA798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA798 on black background.


Color preview on white background

This text has color #BFA798 on white background.



Black color preview on #BFA798 background

This text has black color on #BFA798 background.


White color preview on #BFA798 background

This text has white color on #BFA798 background.