Shades of Blush #B7565F
Tints of Blush #B7565F
RGB
CMYK
RGB Variations
Color information
#B7565F (or 0xB7565F) is known color: Blush. HEX triplet: B7, 56 and 5F. RGB value is (183,86,95). Sum of RGB (Red+Green+Blue) = 183+86+95=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7565F is #48A9A0. Grayscale: #747474. Windows color (decimal): -4762017 or 6248119. OLE color: 6248119.
HSL color Cylindrical-coordinate representation of color #B7565F: hue angle of 354.43º degrees, saturation: 0.4, 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 #B7565F is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 95 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.28 |
| HSL | 354.43º | 0.4% | 0.53% | - |
| HSV(B) | 354.43º | 0.53% | 0.72% | - |
| XYZ | 24.92 | 17.55 | 12.9 | - |
| YUV | 116.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 95 | 0 | 0.53 | 0.48 | 0.28 | 354.43 | 0.4 | 0.53 |
| Hex | B7 | 56 | 5F | 0 | 35 | 30 | 1C | 162 | 28 | 35 |
| Octal | 267 | 126 | 137 | 0 | 65 | 60 | 34 | 542 | 50 | 65 |
| Binary | 10110111 | 1010110 | 1011111 | 0 | 110101 | 110000 | 11100 | 101100010 | 101000 | 110101 |
Color Harmonies of #B7565F
Complementary color
Monochromatic Colors of #B7565F
Black with #B7565F
Text Example
Text Example
White with #B7565F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7565F; }
p { color: rgb(183,86,95); }
H1.HeaderClassName
{
color: #B7565F;
}
.AnyTagClassName
{
color: #B7565F;
}
</style>
background-color css
<style>
a { background-color: #B7565F; }
a { background-color: rgb(183,86,95); }
div.DivClassName
{
background-color: #B7565F;
}
.BgClassName
{
background-color: #B7565F;
}
</style>
border-color css
<style>
span { border-color: #B7565F; }
span { border-color: rgb(183,86,95); }
td.TdClassName
{
border-color: #B7565F;
}
.TagClassName
{
border-color: #B7565F;
}
</style>