Shades of Blush #BF465D
Tints of Blush #BF465D
RGB
CMYK
RGB Variations
Color information
#BF465D (or 0xBF465D) is known color: Blush. HEX triplet: BF, 46 and 5D. RGB value is (191,70,93). Sum of RGB (Red+Green+Blue) = 191+70+93=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF465D is #40B9A2. Grayscale: #6C6C6C. Windows color (decimal): -4241827 or 6112959. OLE color: 6112959.
HSL color Cylindrical-coordinate representation of color #BF465D: hue angle of 348.6º degrees, saturation: 0.49, 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 #BF465D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 93 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.25 |
| HSL | 348.6º | 0.49% | 0.51% | - |
| HSV(B) | 348.6º | 0.63% | 0.75% | - |
| XYZ | 25.65 | 16.25 | 12.14 | - |
| YUV | 108.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 93 | 0 | 0.63 | 0.51 | 0.25 | 348.6 | 0.49 | 0.51 |
| Hex | BF | 46 | 5D | 0 | 3F | 33 | 19 | 15D | 31 | 33 |
| Octal | 277 | 106 | 135 | 0 | 77 | 63 | 31 | 535 | 61 | 63 |
| Binary | 10111111 | 1000110 | 1011101 | 0 | 111111 | 110011 | 11001 | 101011101 | 110001 | 110011 |
Color Harmonies of #BF465D
Complementary color
Monochromatic Colors of #BF465D
Black with #BF465D
Text Example
Text Example
White with #BF465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF465D; }
p { color: rgb(191,70,93); }
H1.HeaderClassName
{
color: #BF465D;
}
.AnyTagClassName
{
color: #BF465D;
}
</style>
background-color css
<style>
a { background-color: #BF465D; }
a { background-color: rgb(191,70,93); }
div.DivClassName
{
background-color: #BF465D;
}
.BgClassName
{
background-color: #BF465D;
}
</style>
border-color css
<style>
span { border-color: #BF465D; }
span { border-color: rgb(191,70,93); }
td.TdClassName
{
border-color: #BF465D;
}
.TagClassName
{
border-color: #BF465D;
}
</style>