COLOR #BFA888

HEX: #BFA888
RGB: (191,168,136)

Color info

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

RGB color model

#BFA888 color RGB value is (191,168,136).

  • red value is 191;
  • green value is 168;
  • blue value is 136.
RGB:
(191,168,136)
(75%,66%,53%)

RGB channels and saturation

R 191 of 255 = 75%
G 168 of 255 = 66%
B 136 of 255 = 53%

191
168
136

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

Portions of RGB colors in percentages

R + G + B =
191 + 168 + 136 = 495 (100%)
R 191 of 495 ~ 38.59%
G 168 of 495 ~ 33.94%
B 136 of 495 ~ 27.47%

%38.59
%33.94
%27.47

CMYK color model

#BFA888 color CMYK value is (0,12,29,25).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 28.80%
  • key color value is 25.10%
CMYK:
(0,12,29,25)
C0M12Y29K25 
(0%,12%,29%,25%)
(0.00/0.12/0.29/0.25)	

CMYK percentages

%0
%12.04
%28.8
%25.1

Codes

Color #BFA888 in popluar color models

BFA888
RGB191168136
HSL35°30.05%64.12%
HSB/HSV35°28.80%74.90%
CMYK0.00%12.04%28.80%
25.10%

Color #BFA888 in popluar number systems.

HEXBFA888
Decimal191168136
Binary101111111010100010001000
Octal277250210

Shades and tints

Shades of #BFA888

#BFA888
(191,168,136)
#AE997C
(174,153,124)
#9D8A70
(157,138,112)
#8C7B64
(140,123,100)
#7B6C58
(123,108,88)
#6A5D4C
(106,93,76)
#594E40
(89,78,64)
#483F34
(72,63,52)
#373028
(55,48,40)
#26211C
(38,33,28)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #BFA888

#BFA888
(191,168,136)
#C4AF92
(196,175,146)
#C9B69C
(201,182,156)
#CEBDA6
(206,189,166)
#D3C4B0
(211,196,176)
#D8CBBA
(216,203,186)
#DDD2C4
(221,210,196)
#E2D9CE
(226,217,206)
#E7E0D8
(231,224,216)
#ECE7E2
(236,231,226)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA888 color. Also use rgb(191,168,136) instead hex code.

Text Font Color

.myTextColor { color: #BFA888; }

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

This text font color is #BFA888.


Background Color

.myBgColor { background-color: #BFA888; }

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

This div background color is #BFA888.


Border color

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

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

This div border color is #BFA888.


Opacity

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

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

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

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

This text has shadow with #BFA888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA888 on black background.


Color preview on white background

This text has color #BFA888 on white background.



Black color preview on #BFA888 background

This text has black color on #BFA888 background.


White color preview on #BFA888 background

This text has white color on #BFA888 background.