COLOR #BF5C63

HEX: #BF5C63
RGB: (191,92,99)

Color info

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

RGB color model

#BF5C63 color RGB value is (191,92,99).

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

RGB channels and saturation

R 191 of 255 = 75%
G 92 of 255 = 36%
B 99 of 255 = 39%

191
92
99

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

Portions of RGB colors in percentages

R + G + B =
191 + 92 + 99 = 382 (100%)
R 191 of 382 ~ 50%
G 92 of 382 ~ 24.08%
B 99 of 382 ~ 25.92%

%50
%24.08
%25.92

CMYK color model

#BF5C63 color CMYK value is (0,52,48,25).

  • cyan value is 0.00%
  • magenta value is 51.83%
  • yellow value is 48.17%
  • key color value is 25.10%
CMYK:
(0,52,48,25)
C0M52Y48K25 
(0%,52%,48%,25%)
(0.00/0.52/0.48/0.25)	

CMYK percentages

%0
%51.83
%48.17
%25.1

Codes

Color #BF5C63 in popluar color models

BF5C63
RGB1919299
HSL356°43.61%55.49%
HSB/HSV356°51.83%74.90%
CMYK0.00%51.83%48.17%
25.10%

Color #BF5C63 in popluar number systems.

HEXBF5C63
Decimal1919299
Binary1011111110111001100011
Octal277134143

Shades and tints

Shades of #BF5C63

#BF5C63
(191,92,99)
#AE545A
(174,84,90)
#9D4C51
(157,76,81)
#8C4448
(140,68,72)
#7B3C3F
(123,60,63)
#6A3436
(106,52,54)
#592C2D
(89,44,45)
#482424
(72,36,36)
#371C1B
(55,28,27)
#261412
(38,20,18)
#150C09
(21,12,9)
#000000
(0,0,0)

Tints of #BF5C63

#BF5C63
(191,92,99)
#C46A71
(196,106,113)
#C9787F
(201,120,127)
#CE868D
(206,134,141)
#D3949B
(211,148,155)
#D8A2A9
(216,162,169)
#DDB0B7
(221,176,183)
#E2BEC5
(226,190,197)
#E7CCD3
(231,204,211)
#ECDAE1
(236,218,225)
#F1E8EF
(241,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF5C63; }

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

This text font color is #BF5C63.


Background Color

.myBgColor { background-color: #BF5C63; }

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

This div background color is #BF5C63.


Border color

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

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

This div border color is #BF5C63.


Opacity

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

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

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

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

This text has shadow with #BF5C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF5C63 on black background.


Color preview on white background

This text has color #BF5C63 on white background.



Black color preview on #BF5C63 background

This text has black color on #BF5C63 background.


White color preview on #BF5C63 background

This text has white color on #BF5C63 background.