Shades of Blush #BF566C
Tints of Blush #BF566C
RGB
CMYK
RGB Variations
Color information
#BF566C (or 0xBF566C) is known color: Blush. HEX triplet: BF, 56 and 6C. RGB value is (191,86,108). Sum of RGB (Red+Green+Blue) = 191+86+108=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF566C is #40A993. Grayscale: #777777. Windows color (decimal): -4237716 or 7100095. OLE color: 7100095.
HSL color Cylindrical-coordinate representation of color #BF566C: hue angle of 347.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF566C is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 108 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.25 |
| HSL | 347.43º | 0.45% | 0.54% | - |
| HSV(B) | 347.43º | 0.55% | 0.75% | - |
| XYZ | 27.52 | 18.81 | 16.37 | - |
| YUV | 119.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 108 | 0 | 0.55 | 0.43 | 0.25 | 347.43 | 0.45 | 0.54 |
| Hex | BF | 56 | 6C | 0 | 37 | 2B | 19 | 15B | 2D | 36 |
| Octal | 277 | 126 | 154 | 0 | 67 | 53 | 31 | 533 | 55 | 66 |
| Binary | 10111111 | 1010110 | 1101100 | 0 | 110111 | 101011 | 11001 | 101011011 | 101101 | 110110 |
Color Harmonies of #BF566C
Complementary color
Monochromatic Colors of #BF566C
Black with #BF566C
Text Example
Text Example
White with #BF566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF566C; }
p { color: rgb(191,86,108); }
H1.HeaderClassName
{
color: #BF566C;
}
.AnyTagClassName
{
color: #BF566C;
}
</style>
background-color css
<style>
a { background-color: #BF566C; }
a { background-color: rgb(191,86,108); }
div.DivClassName
{
background-color: #BF566C;
}
.BgClassName
{
background-color: #BF566C;
}
</style>
border-color css
<style>
span { border-color: #BF566C; }
span { border-color: rgb(191,86,108); }
td.TdClassName
{
border-color: #BF566C;
}
.TagClassName
{
border-color: #BF566C;
}
</style>