Shades of Blush #B8575F
Tints of Blush #B8575F
RGB
CMYK
RGB Variations
Color information
#B8575F (or 0xB8575F) is known color: Blush. HEX triplet: B8, 57 and 5F. RGB value is (184,87,95). Sum of RGB (Red+Green+Blue) = 184+87+95=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B8575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8575F is #47A8A0. Grayscale: #747474. Windows color (decimal): -4696225 or 6248376. OLE color: 6248376.
HSL color Cylindrical-coordinate representation of color #B8575F: hue angle of 355.05º 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 #B8575F is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 95 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.28 |
| HSL | 355.05º | 0.41% | 0.53% | - |
| HSV(B) | 355.05º | 0.53% | 0.72% | - |
| XYZ | 25.24 | 17.83 | 12.94 | - |
| YUV | 116.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 95 | 0 | 0.53 | 0.48 | 0.28 | 355.05 | 0.41 | 0.53 |
| Hex | B8 | 57 | 5F | 0 | 35 | 30 | 1C | 163 | 29 | 35 |
| Octal | 270 | 127 | 137 | 0 | 65 | 60 | 34 | 543 | 51 | 65 |
| Binary | 10111000 | 1010111 | 1011111 | 0 | 110101 | 110000 | 11100 | 101100011 | 101001 | 110101 |
Color Harmonies of #B8575F
Complementary color
Monochromatic Colors of #B8575F
Black with #B8575F
Text Example
Text Example
White with #B8575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8575F; }
p { color: rgb(184,87,95); }
H1.HeaderClassName
{
color: #B8575F;
}
.AnyTagClassName
{
color: #B8575F;
}
</style>
background-color css
<style>
a { background-color: #B8575F; }
a { background-color: rgb(184,87,95); }
div.DivClassName
{
background-color: #B8575F;
}
.BgClassName
{
background-color: #B8575F;
}
</style>
border-color css
<style>
span { border-color: #B8575F; }
span { border-color: rgb(184,87,95); }
td.TdClassName
{
border-color: #B8575F;
}
.TagClassName
{
border-color: #B8575F;
}
</style>