COLOR #BF958A

HEX: #BF958A RGB: (191,149,138)

Color info

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

RGB color model

#BF958A color RGB value is (191,149,138).

RGB: (191,149,138) (75%, 58%, 54%)

RGB channels and saturation

R 191 of 255 = 75%
G 149 of 255 = 58%
B 138 of 255 = 54%

191
149
138

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

Portions of RGB colors in percentages

R + G + B = 191 + 149 + 138 = 478 (100%)
R 191 of 478 ~ 39.96%
G 149 of 478 ~ 31.17%
B 138 of 478 ~ 28.87'%

%39.96
%31.17
%28.87

CMYK color model

#BF958A color CMYK value is (0,22,28,25).

  • cyan value is 0.00%
  • magenta value is 21.99%
  • yellow value is 27.75%
  • key color value is 25.10%

CMYK: (0,22,28,25)
C0M22Y28K25 (0%, 22%, 28%, 25%)
(0.00 / 0.22 / 0.28 / 0.25)

CMYK percentages

%0
%21.99
%27.75
%25.1

Codes

Color #BF958A in popluar color models

BF 95 8A
RGB 191 149 138
HSL 12° 29.28% 64.51%
HSB/HSV 12° 27.75% 74.90%
CMYK 0.00% 21.99% 27.75%
25.10%

Color #BF958A in popluar number systems.

HEX BF 95 8A
Decimal 191 149 138
Binary 10111111 10010101 10001010
Octal 277 225 212

Shades and tints

Shades of #BF958A

#BF958A
(191,149,138)
#AE887E
(174,136,126)
#9D7B72
(157,123,114)
#8C6E66
(140,110,102)
#7B615A
(123,97,90)
#6A544E
(106,84,78)
#594742
(89,71,66)
#483A36
(72,58,54)
#372D2A
(55,45,42)
#26201E
(38,32,30)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #BF958A

#BF958A
(191,149,138)
#C49E94
(196,158,148)
#C9A79E
(201,167,158)
#CEB0A8
(206,176,168)
#D3B9B2
(211,185,178)
#D8C2BC
(216,194,188)
#DDCBC6
(221,203,198)
#E2D4D0
(226,212,208)
#E7DDDA
(231,221,218)
#ECE6E4
(236,230,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF958A color. Also use rgb(191,149,138) instead hex code.

Text Font Color

.myTextColor { color: #BF958A; }

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

This text font color is #BF958A.

Background Color

.myBgColor { background-color: #BF958A; }

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

This div background color is #BF958A.

Border color

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

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

This div border color is #BF958A.

Opacity

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

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

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

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

This text has shadow with #BF958A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF958A.

Preview

Color preview on black background

This text has color #BF958A on black background.


Color preview on white background

This text has color #BF958A on white background.


Black color preview on #BF958A background

This text has black color on #BF958A background.


White color preview on #BF958A background

This text has white color on #BF958A background.


Related colors

Complementary color

Complementary color for #hex is #406A75.


I love getcolorcode.com

Triadic colors

1 #8ABF95 and #958ABF with #BF958A are triadic colors.

2 #8A95BF and #95BF8A with #BF958A are triadic colors.