Shades of Blush #B7595C
Tints of Blush #B7595C
RGB
CMYK
RGB Variations
Color information
#B7595C (or 0xB7595C) is known color: Blush. HEX triplet: B7, 59 and 5C. RGB value is (183,89,92). Sum of RGB (Red+Green+Blue) = 183+89+92=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7595C is #48A6A3. Grayscale: #757575. Windows color (decimal): -4761252 or 6052279. OLE color: 6052279.
HSL color Cylindrical-coordinate representation of color #B7595C: hue angle of 358.09º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7595C is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 92 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.28 |
| HSL | 358.09º | 0.39% | 0.53% | - |
| HSV(B) | 358.09º | 0.51% | 0.72% | - |
| XYZ | 25.03 | 17.98 | 12.28 | - |
| YUV | 117.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 92 | 0 | 0.51 | 0.50 | 0.28 | 358.09 | 0.39 | 0.53 |
| Hex | B7 | 59 | 5C | 0 | 33 | 32 | 1C | 166 | 27 | 35 |
| Octal | 267 | 131 | 134 | 0 | 63 | 62 | 34 | 546 | 47 | 65 |
| Binary | 10110111 | 1011001 | 1011100 | 0 | 110011 | 110010 | 11100 | 101100110 | 100111 | 110101 |
Color Harmonies of #B7595C
Complementary color
Monochromatic Colors of #B7595C
Black with #B7595C
Text Example
Text Example
White with #B7595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7595C; }
p { color: rgb(183,89,92); }
H1.HeaderClassName
{
color: #B7595C;
}
.AnyTagClassName
{
color: #B7595C;
}
</style>
background-color css
<style>
a { background-color: #B7595C; }
a { background-color: rgb(183,89,92); }
div.DivClassName
{
background-color: #B7595C;
}
.BgClassName
{
background-color: #B7595C;
}
</style>
border-color css
<style>
span { border-color: #B7595C; }
span { border-color: rgb(183,89,92); }
td.TdClassName
{
border-color: #B7595C;
}
.TagClassName
{
border-color: #B7595C;
}
</style>