Shades of Blush #BF455C
Tints of Blush #BF455C
RGB
CMYK
RGB Variations
Color information
#BF455C (or 0xBF455C) is known color: Blush. HEX triplet: BF, 45 and 5C. RGB value is (191,69,92). Sum of RGB (Red+Green+Blue) = 191+69+92=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF455C is #40BAA3. Grayscale: #6C6C6C. Windows color (decimal): -4242084 or 6047167. OLE color: 6047167.
HSL color Cylindrical-coordinate representation of color #BF455C: hue angle of 348.69º 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 #BF455C is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 92 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.25 |
| HSL | 348.69º | 0.49% | 0.51% | - |
| HSV(B) | 348.69º | 0.64% | 0.75% | - |
| XYZ | 25.55 | 16.11 | 11.89 | - |
| YUV | 108.1 | 118.92 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 92 | 0 | 0.64 | 0.52 | 0.25 | 348.69 | 0.49 | 0.51 |
| Hex | BF | 45 | 5C | 0 | 40 | 34 | 19 | 15D | 31 | 33 |
| Octal | 277 | 105 | 134 | 0 | 100 | 64 | 31 | 535 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1011100 | 0 | 1000000 | 110100 | 11001 | 101011101 | 110001 | 110011 |
Color Harmonies of #BF455C
Complementary color
Monochromatic Colors of #BF455C
Black with #BF455C
Text Example
Text Example
White with #BF455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF455C; }
p { color: rgb(191,69,92); }
H1.HeaderClassName
{
color: #BF455C;
}
.AnyTagClassName
{
color: #BF455C;
}
</style>
background-color css
<style>
a { background-color: #BF455C; }
a { background-color: rgb(191,69,92); }
div.DivClassName
{
background-color: #BF455C;
}
.BgClassName
{
background-color: #BF455C;
}
</style>
border-color css
<style>
span { border-color: #BF455C; }
span { border-color: rgb(191,69,92); }
td.TdClassName
{
border-color: #BF455C;
}
.TagClassName
{
border-color: #BF455C;
}
</style>