COLOR #BF9E7E

HEX: #BF9E7E RGB: (191,158,126)

Color info

#BF9E7E contains mainly red and green colors. Web safe color of #BF9E7E is #CC9966 (or #C96).

RGB color model

#BF9E7E color RGB value is (191,158,126).

RGB: (191,158,126) (75%, 62%, 49%)

RGB channels and saturation

R 191 of 255 = 75%
G 158 of 255 = 62%
B 126 of 255 = 49%

191
158
126

R + G + B ~ 62%. #BF9E7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 158 + 126 = 475 (100%)
R 191 of 475 ~ 40.21%
G 158 of 475 ~ 33.26%
B 126 of 475 ~ 26.53'%

%40.21
%33.26
%26.53

CMYK color model

#BF9E7E color CMYK value is (0,17,34,25).

  • cyan value is 0.00%
  • magenta value is 17.28%
  • yellow value is 34.03%
  • key color value is 25.10%

CMYK: (0,17,34,25)
C0M17Y34K25 (0%, 17%, 34%, 25%)
(0.00 / 0.17 / 0.34 / 0.25)

CMYK percentages

%0
%17.28
%34.03
%25.1

Codes

Color #BF9E7E in popluar color models

BF 9E 7E
RGB 191 158 126
HSL 30° 33.68% 62.16%
HSB/HSV 30° 34.03% 74.90%
CMYK 0.00% 17.28% 34.03%
25.10%

Color #BF9E7E in popluar number systems.

HEX BF 9E 7E
Decimal 191 158 126
Binary 10111111 10011110 1111110
Octal 277 236 176

Shades and tints

Shades of #BF9E7E

#BF9E7E
(191,158,126)
#AE9073
(174,144,115)
#9D8268
(157,130,104)
#8C745D
(140,116,93)
#7B6652
(123,102,82)
#6A5847
(106,88,71)
#594A3C
(89,74,60)
#483C31
(72,60,49)
#372E26
(55,46,38)
#26201B
(38,32,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #BF9E7E

#BF9E7E
(191,158,126)
#C4A689
(196,166,137)
#C9AE94
(201,174,148)
#CEB69F
(206,182,159)
#D3BEAA
(211,190,170)
#D8C6B5
(216,198,181)
#DDCEC0
(221,206,192)
#E2D6CB
(226,214,203)
#E7DED6
(231,222,214)
#ECE6E1
(236,230,225)
#F1EEEC
(241,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9E7E color. Also use rgb(191,158,126) instead hex code.

Text Font Color

.myTextColor { color: #BF9E7E; }

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

This text font color is #BF9E7E.

Background Color

.myBgColor { background-color: #BF9E7E; }

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

This div background color is #BF9E7E.

Border color

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

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

This div border color is #BF9E7E.

Opacity

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

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

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

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

This text has shadow with #BF9E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF9E7E.

Preview

Color preview on black background

This text has color #BF9E7E on black background.


Color preview on white background

This text has color #BF9E7E on white background.


Black color preview on #BF9E7E background

This text has black color on #BF9E7E background.


White color preview on #BF9E7E background

This text has white color on #BF9E7E background.


Related colors

Complementary color

Complementary color for #hex is #406181.


I love getcolorcode.com

Triadic colors

1 #7EBF9E and #9E7EBF with #BF9E7E are triadic colors.

2 #7E9EBF and #9EBF7E with #BF9E7E are triadic colors.