COLOR #BF5C6F

HEX: #BF5C6F
RGB: (191,92,111)

Color info

#BF5C6F contains mainly red color. Web safe color of #BF5C6F is #CC6666 (or #C66).

RGB color model

#BF5C6F color RGB value is (191,92,111).

  • red value is 191;
  • green value is 92;
  • blue value is 111.
RGB:
(191,92,111)
(75%,36%,44%)

RGB channels and saturation

R 191 of 255 = 75%
G 92 of 255 = 36%
B 111 of 255 = 44%

191
92
111

R + G + B ~ 52%. #BF5C6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 92 + 111 = 394 (100%)
R 191 of 394 ~ 48.48%
G 92 of 394 ~ 23.35%
B 111 of 394 ~ 28.17%

%48.48
%23.35
%28.17

CMYK color model

#BF5C6F color CMYK value is (0,52,42,25).

  • cyan value is 0.00%
  • magenta value is 51.83%
  • yellow value is 41.88%
  • key color value is 25.10%
CMYK:
(0,52,42,25)
C0M52Y42K25 
(0%,52%,42%,25%)
(0.00/0.52/0.42/0.25)	

CMYK percentages

%0
%51.83
%41.88
%25.1

Codes

Color #BF5C6F in popluar color models

BF5C6F
RGB19192111
HSL348°43.61%55.49%
HSB/HSV348°51.83%74.90%
CMYK0.00%51.83%41.88%
25.10%

Color #BF5C6F in popluar number systems.

HEXBF5C6F
Decimal19192111
Binary1011111110111001101111
Octal277134157

Shades and tints

Shades of #BF5C6F

#BF5C6F
(191,92,111)
#AE5465
(174,84,101)
#9D4C5B
(157,76,91)
#8C4451
(140,68,81)
#7B3C47
(123,60,71)
#6A343D
(106,52,61)
#592C33
(89,44,51)
#482429
(72,36,41)
#371C1F
(55,28,31)
#261415
(38,20,21)
#150C0B
(21,12,11)
#000000
(0,0,0)

Tints of #BF5C6F

#BF5C6F
(191,92,111)
#C46A7C
(196,106,124)
#C97889
(201,120,137)
#CE8696
(206,134,150)
#D394A3
(211,148,163)
#D8A2B0
(216,162,176)
#DDB0BD
(221,176,189)
#E2BECA
(226,190,202)
#E7CCD7
(231,204,215)
#ECDAE4
(236,218,228)
#F1E8F1
(241,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF5C6F color. Also use rgb(191,92,111) instead hex code.

Text Font Color

.myTextColor { color: #BF5C6F; }

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

This text font color is #BF5C6F.


Background Color

.myBgColor { background-color: #BF5C6F; }

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

This div background color is #BF5C6F.


Border color

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

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

This div border color is #BF5C6F.


Opacity

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

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

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

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

This text has shadow with #BF5C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5C6F on black background.


Color preview on white background

This text has color #BF5C6F on white background.



Black color preview on #BF5C6F background

This text has black color on #BF5C6F background.


White color preview on #BF5C6F background

This text has white color on #BF5C6F background.