Shades of Blush #BF455D
Tints of Blush #BF455D
RGB
CMYK
RGB Variations
Color information
#BF455D (or 0xBF455D) is known color: Blush. HEX triplet: BF, 45 and 5D. RGB value is (191,69,93). Sum of RGB (Red+Green+Blue) = 191+69+93=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF455D is #40BAA2. Grayscale: #6C6C6C. Windows color (decimal): -4242083 or 6112703. OLE color: 6112703.
HSL color Cylindrical-coordinate representation of color #BF455D: hue angle of 348.2º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF455D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 93 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.25 |
| HSL | 348.2º | 0.49% | 0.51% | - |
| HSV(B) | 348.2º | 0.64% | 0.75% | - |
| XYZ | 25.59 | 16.12 | 12.12 | - |
| YUV | 108.21 | 119.42 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 93 | 0 | 0.64 | 0.51 | 0.25 | 348.2 | 0.49 | 0.51 |
| Hex | BF | 45 | 5D | 0 | 40 | 33 | 19 | 15C | 31 | 33 |
| Octal | 277 | 105 | 135 | 0 | 100 | 63 | 31 | 534 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1011101 | 0 | 1000000 | 110011 | 11001 | 101011100 | 110001 | 110011 |
Color Harmonies of #BF455D
Complementary color
Monochromatic Colors of #BF455D
Black with #BF455D
Text Example
Text Example
White with #BF455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF455D; }
p { color: rgb(191,69,93); }
H1.HeaderClassName
{
color: #BF455D;
}
.AnyTagClassName
{
color: #BF455D;
}
</style>
background-color css
<style>
a { background-color: #BF455D; }
a { background-color: rgb(191,69,93); }
div.DivClassName
{
background-color: #BF455D;
}
.BgClassName
{
background-color: #BF455D;
}
</style>
border-color css
<style>
span { border-color: #BF455D; }
span { border-color: rgb(191,69,93); }
td.TdClassName
{
border-color: #BF455D;
}
.TagClassName
{
border-color: #BF455D;
}
</style>