COLOR #BFA59B

HEX: #BFA59B
RGB: (191,165,155)

Color info

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

RGB color model

#BFA59B color RGB value is (191,165,155).

  • red value is 191;
  • green value is 165;
  • blue value is 155.
RGB:
(191,165,155)
(75%,65%,61%)

RGB channels and saturation

R 191 of 255 = 75%
G 165 of 255 = 65%
B 155 of 255 = 61%

191
165
155

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

Portions of RGB colors in percentages

R + G + B =
191 + 165 + 155 = 511 (100%)
R 191 of 511 ~ 37.38%
G 165 of 511 ~ 32.29%
B 155 of 511 ~ 30.33%

%37.38
%32.29
%30.33

CMYK color model

#BFA59B color CMYK value is (0,14,19,25).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 18.85%
  • key color value is 25.10%
CMYK:
(0,14,19,25)
C0M14Y19K25 
(0%,14%,19%,25%)
(0.00/0.14/0.19/0.25)	

CMYK percentages

%0
%13.61
%18.85
%25.1

Codes

Color #BFA59B in popluar color models

BFA59B
RGB191165155
HSL17°21.95%67.84%
HSB/HSV17°18.85%74.90%
CMYK0.00%13.61%18.85%
25.10%

Color #BFA59B in popluar number systems.

HEXBFA59B
Decimal191165155
Binary101111111010010110011011
Octal277245233

Shades and tints

Shades of #BFA59B

#BFA59B
(191,165,155)
#AE968D
(174,150,141)
#9D877F
(157,135,127)
#8C7871
(140,120,113)
#7B6963
(123,105,99)
#6A5A55
(106,90,85)
#594B47
(89,75,71)
#483C39
(72,60,57)
#372D2B
(55,45,43)
#261E1D
(38,30,29)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #BFA59B

#BFA59B
(191,165,155)
#C4ADA4
(196,173,164)
#C9B5AD
(201,181,173)
#CEBDB6
(206,189,182)
#D3C5BF
(211,197,191)
#D8CDC8
(216,205,200)
#DDD5D1
(221,213,209)
#E2DDDA
(226,221,218)
#E7E5E3
(231,229,227)
#ECEDEC
(236,237,236)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA59B color. Also use rgb(191,165,155) instead hex code.

Text Font Color

.myTextColor { color: #BFA59B; }

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

This text font color is #BFA59B.


Background Color

.myBgColor { background-color: #BFA59B; }

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

This div background color is #BFA59B.


Border color

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

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

This div border color is #BFA59B.


Opacity

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

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

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

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

This text has shadow with #BFA59B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA59B on black background.


Color preview on white background

This text has color #BFA59B on white background.



Black color preview on #BFA59B background

This text has black color on #BFA59B background.


White color preview on #BFA59B background

This text has white color on #BFA59B background.