Shades of Blush #B7595D
Tints of Blush #B7595D
RGB
CMYK
RGB Variations
Color information
#B7595D (or 0xB7595D) is known color: Blush. HEX triplet: B7, 59 and 5D. RGB value is (183,89,93). Sum of RGB (Red+Green+Blue) = 183+89+93=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7595D is #48A6A2. Grayscale: #757575. Windows color (decimal): -4761251 or 6117815. OLE color: 6117815.
HSL color Cylindrical-coordinate representation of color #B7595D: hue angle of 357.45º 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 #B7595D is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 93 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.28 |
| HSL | 357.45º | 0.39% | 0.53% | - |
| HSV(B) | 357.45º | 0.51% | 0.72% | - |
| XYZ | 25.08 | 18 | 12.51 | - |
| YUV | 117.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 93 | 0 | 0.51 | 0.49 | 0.28 | 357.45 | 0.39 | 0.53 |
| Hex | B7 | 59 | 5D | 0 | 33 | 31 | 1C | 165 | 27 | 35 |
| Octal | 267 | 131 | 135 | 0 | 63 | 61 | 34 | 545 | 47 | 65 |
| Binary | 10110111 | 1011001 | 1011101 | 0 | 110011 | 110001 | 11100 | 101100101 | 100111 | 110101 |
Color Harmonies of #B7595D
Complementary color
Monochromatic Colors of #B7595D
Black with #B7595D
Text Example
Text Example
White with #B7595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7595D; }
p { color: rgb(183,89,93); }
H1.HeaderClassName
{
color: #B7595D;
}
.AnyTagClassName
{
color: #B7595D;
}
</style>
background-color css
<style>
a { background-color: #B7595D; }
a { background-color: rgb(183,89,93); }
div.DivClassName
{
background-color: #B7595D;
}
.BgClassName
{
background-color: #B7595D;
}
</style>
border-color css
<style>
span { border-color: #B7595D; }
span { border-color: rgb(183,89,93); }
td.TdClassName
{
border-color: #B7595D;
}
.TagClassName
{
border-color: #B7595D;
}
</style>