Shades of Blush #B7565C
Tints of Blush #B7565C
RGB
CMYK
RGB Variations
Color information
#B7565C (or 0xB7565C) is known color: Blush. HEX triplet: B7, 56 and 5C. RGB value is (183,86,92). Sum of RGB (Red+Green+Blue) = 183+86+92=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7565C is #48A9A3. Grayscale: #737373. Windows color (decimal): -4762020 or 6051511. OLE color: 6051511.
HSL color Cylindrical-coordinate representation of color #B7565C: hue angle of 356.29º 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 #B7565C is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 86 | 92 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.28 |
| HSL | 356.29º | 0.4% | 0.53% | - |
| HSV(B) | 356.29º | 0.53% | 0.72% | - |
| XYZ | 24.79 | 17.5 | 12.2 | - |
| YUV | 115.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 86 | 92 | 0 | 0.53 | 0.50 | 0.28 | 356.29 | 0.4 | 0.53 |
| Hex | B7 | 56 | 5C | 0 | 35 | 32 | 1C | 164 | 28 | 35 |
| Octal | 267 | 126 | 134 | 0 | 65 | 62 | 34 | 544 | 50 | 65 |
| Binary | 10110111 | 1010110 | 1011100 | 0 | 110101 | 110010 | 11100 | 101100100 | 101000 | 110101 |
Color Harmonies of #B7565C
Complementary color
Monochromatic Colors of #B7565C
Black with #B7565C
Text Example
Text Example
White with #B7565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7565C; }
p { color: rgb(183,86,92); }
H1.HeaderClassName
{
color: #B7565C;
}
.AnyTagClassName
{
color: #B7565C;
}
</style>
background-color css
<style>
a { background-color: #B7565C; }
a { background-color: rgb(183,86,92); }
div.DivClassName
{
background-color: #B7565C;
}
.BgClassName
{
background-color: #B7565C;
}
</style>
border-color css
<style>
span { border-color: #B7565C; }
span { border-color: rgb(183,86,92); }
td.TdClassName
{
border-color: #B7565C;
}
.TagClassName
{
border-color: #B7565C;
}
</style>