Shades of Blush #BF475D
Tints of Blush #BF475D
RGB
CMYK
RGB Variations
Color information
#BF475D (or 0xBF475D) is known color: Blush. HEX triplet: BF, 47 and 5D. RGB value is (191,71,93). Sum of RGB (Red+Green+Blue) = 191+71+93=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF475D is #40B8A2. Grayscale: #6D6D6D. Windows color (decimal): -4241571 or 6113215. OLE color: 6113215.
HSL color Cylindrical-coordinate representation of color #BF475D: hue angle of 349º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF475D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 93 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.25 |
| HSL | 349º | 0.48% | 0.51% | - |
| HSV(B) | 349º | 0.63% | 0.75% | - |
| XYZ | 25.71 | 16.37 | 12.16 | - |
| YUV | 109.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 93 | 0 | 0.63 | 0.51 | 0.25 | 349 | 0.48 | 0.51 |
| Hex | BF | 47 | 5D | 0 | 3F | 33 | 19 | 15D | 30 | 33 |
| Octal | 277 | 107 | 135 | 0 | 77 | 63 | 31 | 535 | 60 | 63 |
| Binary | 10111111 | 1000111 | 1011101 | 0 | 111111 | 110011 | 11001 | 101011101 | 110000 | 110011 |
Color Harmonies of #BF475D
Complementary color
Monochromatic Colors of #BF475D
Black with #BF475D
Text Example
Text Example
White with #BF475D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF475D; }
p { color: rgb(191,71,93); }
H1.HeaderClassName
{
color: #BF475D;
}
.AnyTagClassName
{
color: #BF475D;
}
</style>
background-color css
<style>
a { background-color: #BF475D; }
a { background-color: rgb(191,71,93); }
div.DivClassName
{
background-color: #BF475D;
}
.BgClassName
{
background-color: #BF475D;
}
</style>
border-color css
<style>
span { border-color: #BF475D; }
span { border-color: rgb(191,71,93); }
td.TdClassName
{
border-color: #BF475D;
}
.TagClassName
{
border-color: #BF475D;
}
</style>