Shades of Blush #B8585C
Tints of Blush #B8585C
RGB
CMYK
RGB Variations
Color information
#B8585C (or 0xB8585C) is known color: Blush. HEX triplet: B8, 58 and 5C. RGB value is (184,88,92). Sum of RGB (Red+Green+Blue) = 184+88+92=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8585C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8585C is #47A7A3. Grayscale: #757575. Windows color (decimal): -4695972 or 6052024. OLE color: 6052024.
HSL color Cylindrical-coordinate representation of color #B8585C: hue angle of 357.5º 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 #B8585C is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 92 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.28 |
| HSL | 357.5º | 0.4% | 0.53% | - |
| HSV(B) | 357.5º | 0.52% | 0.72% | - |
| XYZ | 25.19 | 17.94 | 12.26 | - |
| YUV | 117.16 | 113.8 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 92 | 0 | 0.52 | 0.50 | 0.28 | 357.5 | 0.4 | 0.53 |
| Hex | B8 | 58 | 5C | 0 | 34 | 32 | 1C | 166 | 28 | 35 |
| Octal | 270 | 130 | 134 | 0 | 64 | 62 | 34 | 546 | 50 | 65 |
| Binary | 10111000 | 1011000 | 1011100 | 0 | 110100 | 110010 | 11100 | 101100110 | 101000 | 110101 |
Color Harmonies of #B8585C
Complementary color
Monochromatic Colors of #B8585C
Black with #B8585C
Text Example
Text Example
White with #B8585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8585C; }
p { color: rgb(184,88,92); }
H1.HeaderClassName
{
color: #B8585C;
}
.AnyTagClassName
{
color: #B8585C;
}
</style>
background-color css
<style>
a { background-color: #B8585C; }
a { background-color: rgb(184,88,92); }
div.DivClassName
{
background-color: #B8585C;
}
.BgClassName
{
background-color: #B8585C;
}
</style>
border-color css
<style>
span { border-color: #B8585C; }
span { border-color: rgb(184,88,92); }
td.TdClassName
{
border-color: #B8585C;
}
.TagClassName
{
border-color: #B8585C;
}
</style>