Shades of Blush #B8575C
Tints of Blush #B8575C
RGB
CMYK
RGB Variations
Color information
#B8575C (or 0xB8575C) is known color: Blush. HEX triplet: B8, 57 and 5C. RGB value is (184,87,92). Sum of RGB (Red+Green+Blue) = 184+87+92=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 87 (34.38% from 255 or 23.97% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8575C is #47A8A3. Grayscale: #747474. Windows color (decimal): -4696228 or 6051768. OLE color: 6051768.
HSL color Cylindrical-coordinate representation of color #B8575C: hue angle of 356.91º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B8575C is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 92 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.28 |
| HSL | 356.91º | 0.41% | 0.53% | - |
| HSV(B) | 356.91º | 0.53% | 0.72% | - |
| XYZ | 25.11 | 17.78 | 12.23 | - |
| YUV | 116.57 | 114.14 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 92 | 0 | 0.53 | 0.50 | 0.28 | 356.91 | 0.41 | 0.53 |
| Hex | B8 | 57 | 5C | 0 | 35 | 32 | 1C | 165 | 29 | 35 |
| Octal | 270 | 127 | 134 | 0 | 65 | 62 | 34 | 545 | 51 | 65 |
| Binary | 10111000 | 1010111 | 1011100 | 0 | 110101 | 110010 | 11100 | 101100101 | 101001 | 110101 |
Color Harmonies of #B8575C
Complementary color
Monochromatic Colors of #B8575C
Black with #B8575C
Text Example
Text Example
White with #B8575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8575C; }
p { color: rgb(184,87,92); }
H1.HeaderClassName
{
color: #B8575C;
}
.AnyTagClassName
{
color: #B8575C;
}
</style>
background-color css
<style>
a { background-color: #B8575C; }
a { background-color: rgb(184,87,92); }
div.DivClassName
{
background-color: #B8575C;
}
.BgClassName
{
background-color: #B8575C;
}
</style>
border-color css
<style>
span { border-color: #B8575C; }
span { border-color: rgb(184,87,92); }
td.TdClassName
{
border-color: #B8575C;
}
.TagClassName
{
border-color: #B8575C;
}
</style>