Shades of Blush #BF405D
Tints of Blush #BF405D
RGB
CMYK
RGB Variations
Color information
#BF405D (or 0xBF405D) is known color: Blush. HEX triplet: BF, 40 and 5D. RGB value is (191,64,93). Sum of RGB (Red+Green+Blue) = 191+64+93=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF405D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF405D is #40BFA2. Grayscale: #696969. Windows color (decimal): -4243363 or 6111423. OLE color: 6111423.
HSL color Cylindrical-coordinate representation of color #BF405D: hue angle of 346.3º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF405D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 93 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.25 |
| HSL | 346.3º | 0.5% | 0.5% | - |
| HSV(B) | 346.3º | 0.66% | 0.75% | - |
| XYZ | 25.3 | 15.53 | 12.02 | - |
| YUV | 105.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 93 | 0 | 0.66 | 0.51 | 0.25 | 346.3 | 0.5 | 0.5 |
| Hex | BF | 40 | 5D | 0 | 42 | 33 | 19 | 15A | 32 | 32 |
| Octal | 277 | 100 | 135 | 0 | 102 | 63 | 31 | 532 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1011101 | 0 | 1000010 | 110011 | 11001 | 101011010 | 110010 | 110010 |
Color Harmonies of #BF405D
Complementary color
Monochromatic Colors of #BF405D
Black with #BF405D
Text Example
Text Example
White with #BF405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF405D; }
p { color: rgb(191,64,93); }
H1.HeaderClassName
{
color: #BF405D;
}
.AnyTagClassName
{
color: #BF405D;
}
</style>
background-color css
<style>
a { background-color: #BF405D; }
a { background-color: rgb(191,64,93); }
div.DivClassName
{
background-color: #BF405D;
}
.BgClassName
{
background-color: #BF405D;
}
</style>
border-color css
<style>
span { border-color: #BF405D; }
span { border-color: rgb(191,64,93); }
td.TdClassName
{
border-color: #BF405D;
}
.TagClassName
{
border-color: #BF405D;
}
</style>