Shades of Blush #B7585D
Tints of Blush #B7585D
RGB
CMYK
RGB Variations
Color information
#B7585D (or 0xB7585D) is known color: Blush. HEX triplet: B7, 58 and 5D. RGB value is (183,88,93). Sum of RGB (Red+Green+Blue) = 183+88+93=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7585D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7585D is #48A7A2. Grayscale: #757575. Windows color (decimal): -4761507 or 6117559. OLE color: 6117559.
HSL color Cylindrical-coordinate representation of color #B7585D: hue angle of 356.84º 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 #B7585D is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 88 | 93 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.28 |
| HSL | 356.84º | 0.4% | 0.53% | - |
| HSV(B) | 356.84º | 0.52% | 0.72% | - |
| XYZ | 24.99 | 17.84 | 12.48 | - |
| YUV | 116.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 88 | 93 | 0 | 0.52 | 0.49 | 0.28 | 356.84 | 0.4 | 0.53 |
| Hex | B7 | 58 | 5D | 0 | 34 | 31 | 1C | 165 | 28 | 35 |
| Octal | 267 | 130 | 135 | 0 | 64 | 61 | 34 | 545 | 50 | 65 |
| Binary | 10110111 | 1011000 | 1011101 | 0 | 110100 | 110001 | 11100 | 101100101 | 101000 | 110101 |
Color Harmonies of #B7585D
Complementary color
Monochromatic Colors of #B7585D
Black with #B7585D
Text Example
Text Example
White with #B7585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7585D; }
p { color: rgb(183,88,93); }
H1.HeaderClassName
{
color: #B7585D;
}
.AnyTagClassName
{
color: #B7585D;
}
</style>
background-color css
<style>
a { background-color: #B7585D; }
a { background-color: rgb(183,88,93); }
div.DivClassName
{
background-color: #B7585D;
}
.BgClassName
{
background-color: #B7585D;
}
</style>
border-color css
<style>
span { border-color: #B7585D; }
span { border-color: rgb(183,88,93); }
td.TdClassName
{
border-color: #B7585D;
}
.TagClassName
{
border-color: #B7585D;
}
</style>