COLOR #BF7573

HEX: #BF7573 RGB: (191,117,115)

Color info

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

RGB color model

#BF7573 color RGB value is (191,117,115).

RGB: (191,117,115) (75%, 46%, 45%)

RGB channels and saturation

R 191 of 255 = 75%
G 117 of 255 = 46%
B 115 of 255 = 45%

191
117
115

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

Portions of RGB colors in percentages

R + G + B = 191 + 117 + 115 = 423 (100%)
R 191 of 423 ~ 45.15%
G 117 of 423 ~ 27.66%
B 115 of 423 ~ 27.19'%

%45.15
%27.66
%27.19

CMYK color model

#BF7573 color CMYK value is (0,39,40,25).

  • cyan value is 0.00%
  • magenta value is 38.74%
  • yellow value is 39.79%
  • key color value is 25.10%

CMYK: (0,39,40,25)
C0M39Y40K25 (0%, 39%, 40%, 25%)
(0.00 / 0.39 / 0.40 / 0.25)

CMYK percentages

%0
%38.74
%39.79
%25.1

Codes

Color #BF7573 in popluar color models

BF 75 73
RGB 191 117 115
HSL 37.25% 60.00%
HSB/HSV 39.79% 74.90%
CMYK 0.00% 38.74% 39.79%
25.10%

Color #BF7573 in popluar number systems.

HEX BF 75 73
Decimal 191 117 115
Binary 10111111 1110101 1110011
Octal 277 165 163

Shades and tints

Shades of #BF7573

#BF7573
(191,117,115)
#AE6B69
(174,107,105)
#9D615F
(157,97,95)
#8C5755
(140,87,85)
#7B4D4B
(123,77,75)
#6A4341
(106,67,65)
#593937
(89,57,55)
#482F2D
(72,47,45)
#372523
(55,37,35)
#261B19
(38,27,25)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #BF7573

#BF7573
(191,117,115)
#C4817F
(196,129,127)
#C98D8B
(201,141,139)
#CE9997
(206,153,151)
#D3A5A3
(211,165,163)
#D8B1AF
(216,177,175)
#DDBDBB
(221,189,187)
#E2C9C7
(226,201,199)
#E7D5D3
(231,213,211)
#ECE1DF
(236,225,223)
#F1EDEB
(241,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7573 color. Also use rgb(191,117,115) instead hex code.

Text Font Color

.myTextColor { color: #BF7573; }

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

This text font color is #BF7573.

Background Color

.myBgColor { background-color: #BF7573; }

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

This div background color is #BF7573.

Border color

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

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

This div border color is #BF7573.

Opacity

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

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

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

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

This text has shadow with #BF7573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF7573.

Preview

Color preview on black background

This text has color #BF7573 on black background.


Color preview on white background

This text has color #BF7573 on white background.


Black color preview on #BF7573 background

This text has black color on #BF7573 background.


White color preview on #BF7573 background

This text has white color on #BF7573 background.


Related colors

Complementary color

Complementary color for #hex is #408A8C.


I love getcolorcode.com

Triadic colors

1 #73BF75 and #7573BF with #BF7573 are triadic colors.

2 #7375BF and #75BF73 with #BF7573 are triadic colors.