Shades of Blush #B7585C
Tints of Blush #B7585C
RGB
CMYK
RGB Variations
Color information
#B7585C (or 0xB7585C) is known color: Blush. HEX triplet: B7, 58 and 5C. RGB value is (183,88,92). Sum of RGB (Red+Green+Blue) = 183+88+92=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7585C is #48A7A3. Grayscale: #747474. Windows color (decimal): -4761508 or 6052023. OLE color: 6052023.
HSL color Cylindrical-coordinate representation of color #B7585C: hue angle of 357.47º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B7585C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 92 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.28 |
| HSL | 357.47º | 0.4% | 0.53% | - |
| HSV(B) | 357.47º | 0.52% | 0.72% | - |
| XYZ | 24.95 | 17.82 | 12.25 | - |
| YUV | 116.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 92 | 0 | 0.52 | 0.50 | 0.28 | 357.47 | 0.4 | 0.53 |
| Hex | B7 | 58 | 5C | 0 | 34 | 32 | 1C | 165 | 28 | 35 |
| Octal | 267 | 130 | 134 | 0 | 64 | 62 | 34 | 545 | 50 | 65 |
| Binary | 10110111 | 1011000 | 1011100 | 0 | 110100 | 110010 | 11100 | 101100101 | 101000 | 110101 |
Color Harmonies of #B7585C
Complementary color
Monochromatic Colors of #B7585C
Black with #B7585C
Text Example
Text Example
White with #B7585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7585C; }
p { color: rgb(183,88,92); }
H1.HeaderClassName
{
color: #B7585C;
}
.AnyTagClassName
{
color: #B7585C;
}
</style>
background-color css
<style>
a { background-color: #B7585C; }
a { background-color: rgb(183,88,92); }
div.DivClassName
{
background-color: #B7585C;
}
.BgClassName
{
background-color: #B7585C;
}
</style>
border-color css
<style>
span { border-color: #B7585C; }
span { border-color: rgb(183,88,92); }
td.TdClassName
{
border-color: #B7585C;
}
.TagClassName
{
border-color: #B7585C;
}
</style>