Shades of Blush #BF4A5D
Tints of Blush #BF4A5D
RGB
CMYK
RGB Variations
Color information
#BF4A5D (or 0xBF4A5D) is known color: Blush. HEX triplet: BF, 4A and 5D. RGB value is (191,74,93). Sum of RGB (Red+Green+Blue) = 191+74+93=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A5D is #40B5A2. Grayscale: #6F6F6F. Windows color (decimal): -4240803 or 6113983. OLE color: 6113983.
HSL color Cylindrical-coordinate representation of color #BF4A5D: hue angle of 350.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A5D is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 93 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.25 |
| HSL | 350.26º | 0.48% | 0.52% | - |
| HSV(B) | 350.26º | 0.61% | 0.75% | - |
| XYZ | 25.91 | 16.76 | 12.23 | - |
| YUV | 111.15 | 117.76 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 93 | 0 | 0.61 | 0.51 | 0.25 | 350.26 | 0.48 | 0.52 |
| Hex | BF | 4A | 5D | 0 | 3D | 33 | 19 | 15E | 30 | 34 |
| Octal | 277 | 112 | 135 | 0 | 75 | 63 | 31 | 536 | 60 | 64 |
| Binary | 10111111 | 1001010 | 1011101 | 0 | 111101 | 110011 | 11001 | 101011110 | 110000 | 110100 |
Color Harmonies of #BF4A5D
Complementary color
Monochromatic Colors of #BF4A5D
Black with #BF4A5D
Text Example
Text Example
White with #BF4A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A5D; }
p { color: rgb(191,74,93); }
H1.HeaderClassName
{
color: #BF4A5D;
}
.AnyTagClassName
{
color: #BF4A5D;
}
</style>
background-color css
<style>
a { background-color: #BF4A5D; }
a { background-color: rgb(191,74,93); }
div.DivClassName
{
background-color: #BF4A5D;
}
.BgClassName
{
background-color: #BF4A5D;
}
</style>
border-color css
<style>
span { border-color: #BF4A5D; }
span { border-color: rgb(191,74,93); }
td.TdClassName
{
border-color: #BF4A5D;
}
.TagClassName
{
border-color: #BF4A5D;
}
</style>