Shades of Blush #B8566F
Tints of Blush #B8566F
RGB
CMYK
RGB Variations
Color information
#B8566F (or 0xB8566F) is known color: Blush. HEX triplet: B8, 56 and 6F. RGB value is (184,86,111). Sum of RGB (Red+Green+Blue) = 184+86+111=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B8566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8566F is #47A990. Grayscale: #767676. Windows color (decimal): -4696465 or 7296696. OLE color: 7296696.
HSL color Cylindrical-coordinate representation of color #B8566F: hue angle of 344.69º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8566F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 111 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.28 |
| HSL | 344.69º | 0.41% | 0.53% | - |
| HSV(B) | 344.69º | 0.53% | 0.72% | - |
| XYZ | 25.96 | 17.99 | 17.14 | - |
| YUV | 118.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 111 | 0 | 0.53 | 0.40 | 0.28 | 344.69 | 0.41 | 0.53 |
| Hex | B8 | 56 | 6F | 0 | 35 | 28 | 1C | 159 | 29 | 35 |
| Octal | 270 | 126 | 157 | 0 | 65 | 50 | 34 | 531 | 51 | 65 |
| Binary | 10111000 | 1010110 | 1101111 | 0 | 110101 | 101000 | 11100 | 101011001 | 101001 | 110101 |
Color Harmonies of #B8566F
Complementary color
Monochromatic Colors of #B8566F
Black with #B8566F
Text Example
Text Example
White with #B8566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8566F; }
p { color: rgb(184,86,111); }
H1.HeaderClassName
{
color: #B8566F;
}
.AnyTagClassName
{
color: #B8566F;
}
</style>
background-color css
<style>
a { background-color: #B8566F; }
a { background-color: rgb(184,86,111); }
div.DivClassName
{
background-color: #B8566F;
}
.BgClassName
{
background-color: #B8566F;
}
</style>
border-color css
<style>
span { border-color: #B8566F; }
span { border-color: rgb(184,86,111); }
td.TdClassName
{
border-color: #B8566F;
}
.TagClassName
{
border-color: #B8566F;
}
</style>