COLOR #BF9289

HEX: #BF9289
RGB: (191,146,137)

Color info

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

RGB color model

#BF9289 color RGB value is (191,146,137).

  • red value is 191;
  • green value is 146;
  • blue value is 137.
RGB:
(191,146,137)
(75%,57%,54%)

RGB channels and saturation

R 191 of 255 = 75%
G 146 of 255 = 57%
B 137 of 255 = 54%

191
146
137

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

Portions of RGB colors in percentages

R + G + B =
191 + 146 + 137 = 474 (100%)
R 191 of 474 ~ 40.3%
G 146 of 474 ~ 30.8%
B 137 of 474 ~ 28.9%

%40.3
%30.8
%28.9

CMYK color model

#BF9289 color CMYK value is (0,24,28,25).

  • cyan value is 0.00%
  • magenta value is 23.56%
  • yellow value is 28.27%
  • key color value is 25.10%
CMYK:
(0,24,28,25)
C0M24Y28K25 
(0%,24%,28%,25%)
(0.00/0.24/0.28/0.25)	

CMYK percentages

%0
%23.56
%28.27
%25.1

Codes

Color #BF9289 in popluar color models

BF9289
RGB191146137
HSL10°29.67%64.31%
HSB/HSV10°28.27%74.90%
CMYK0.00%23.56%28.27%
25.10%

Color #BF9289 in popluar number systems.

HEXBF9289
Decimal191146137
Binary101111111001001010001001
Octal277222211

Shades and tints

Shades of #BF9289

#BF9289
(191,146,137)
#AE857D
(174,133,125)
#9D7871
(157,120,113)
#8C6B65
(140,107,101)
#7B5E59
(123,94,89)
#6A514D
(106,81,77)
#594441
(89,68,65)
#483735
(72,55,53)
#372A29
(55,42,41)
#261D1D
(38,29,29)
#151011
(21,16,17)
#000000
(0,0,0)

Tints of #BF9289

#BF9289
(191,146,137)
#C49B93
(196,155,147)
#C9A49D
(201,164,157)
#CEADA7
(206,173,167)
#D3B6B1
(211,182,177)
#D8BFBB
(216,191,187)
#DDC8C5
(221,200,197)
#E2D1CF
(226,209,207)
#E7DAD9
(231,218,217)
#ECE3E3
(236,227,227)
#F1ECED
(241,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9289 color. Also use rgb(191,146,137) instead hex code.

Text Font Color

.myTextColor { color: #BF9289; }

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

This text font color is #BF9289.


Background Color

.myBgColor { background-color: #BF9289; }

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

This div background color is #BF9289.


Border color

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

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

This div border color is #BF9289.


Opacity

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

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

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

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

This text has shadow with #BF9289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9289 on black background.


Color preview on white background

This text has color #BF9289 on white background.



Black color preview on #BF9289 background

This text has black color on #BF9289 background.


White color preview on #BF9289 background

This text has white color on #BF9289 background.