Shades of Blush #BF566B
Tints of Blush #BF566B
RGB
CMYK
RGB Variations
Color information
#BF566B (or 0xBF566B) is known color: Blush. HEX triplet: BF, 56 and 6B. RGB value is (191,86,107). Sum of RGB (Red+Green+Blue) = 191+86+107=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF566B is #40A994. Grayscale: #777777. Windows color (decimal): -4237717 or 7034559. OLE color: 7034559.
HSL color Cylindrical-coordinate representation of color #BF566B: hue angle of 348º 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 #BF566B is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 86 | 107 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.25 |
| HSL | 348º | 0.45% | 0.54% | - |
| HSV(B) | 348º | 0.55% | 0.75% | - |
| XYZ | 27.47 | 18.79 | 16.09 | - |
| YUV | 119.79 | 120.79 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 86 | 107 | 0 | 0.55 | 0.44 | 0.25 | 348 | 0.45 | 0.54 |
| Hex | BF | 56 | 6B | 0 | 37 | 2C | 19 | 15C | 2D | 36 |
| Octal | 277 | 126 | 153 | 0 | 67 | 54 | 31 | 534 | 55 | 66 |
| Binary | 10111111 | 1010110 | 1101011 | 0 | 110111 | 101100 | 11001 | 101011100 | 101101 | 110110 |
Color Harmonies of #BF566B
Complementary color
Monochromatic Colors of #BF566B
Black with #BF566B
Text Example
Text Example
White with #BF566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF566B; }
p { color: rgb(191,86,107); }
H1.HeaderClassName
{
color: #BF566B;
}
.AnyTagClassName
{
color: #BF566B;
}
</style>
background-color css
<style>
a { background-color: #BF566B; }
a { background-color: rgb(191,86,107); }
div.DivClassName
{
background-color: #BF566B;
}
.BgClassName
{
background-color: #BF566B;
}
</style>
border-color css
<style>
span { border-color: #BF566B; }
span { border-color: rgb(191,86,107); }
td.TdClassName
{
border-color: #BF566B;
}
.TagClassName
{
border-color: #BF566B;
}
</style>