Shades of Blush #B8575D
Tints of Blush #B8575D
RGB
CMYK
RGB Variations
Color information
#B8575D (or 0xB8575D) is known color: Blush. HEX triplet: B8, 57 and 5D. RGB value is (184,87,93). Sum of RGB (Red+Green+Blue) = 184+87+93=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8575D is #47A8A2. Grayscale: #747474. Windows color (decimal): -4696227 or 6117304. OLE color: 6117304.
HSL color Cylindrical-coordinate representation of color #B8575D: hue angle of 356.29º 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 #B8575D is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 87 | 93 | - |
| CMYK | 0 | 0.53 | 0.49 | 0.28 |
| HSL | 356.29º | 0.41% | 0.53% | - |
| HSV(B) | 356.29º | 0.53% | 0.72% | - |
| XYZ | 25.15 | 17.8 | 12.47 | - |
| YUV | 116.69 | 114.64 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 87 | 93 | 0 | 0.53 | 0.49 | 0.28 | 356.29 | 0.41 | 0.53 |
| Hex | B8 | 57 | 5D | 0 | 35 | 31 | 1C | 164 | 29 | 35 |
| Octal | 270 | 127 | 135 | 0 | 65 | 61 | 34 | 544 | 51 | 65 |
| Binary | 10111000 | 1010111 | 1011101 | 0 | 110101 | 110001 | 11100 | 101100100 | 101001 | 110101 |
Color Harmonies of #B8575D
Complementary color
Monochromatic Colors of #B8575D
Black with #B8575D
Text Example
Text Example
White with #B8575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8575D; }
p { color: rgb(184,87,93); }
H1.HeaderClassName
{
color: #B8575D;
}
.AnyTagClassName
{
color: #B8575D;
}
</style>
background-color css
<style>
a { background-color: #B8575D; }
a { background-color: rgb(184,87,93); }
div.DivClassName
{
background-color: #B8575D;
}
.BgClassName
{
background-color: #B8575D;
}
</style>
border-color css
<style>
span { border-color: #B8575D; }
span { border-color: rgb(184,87,93); }
td.TdClassName
{
border-color: #B8575D;
}
.TagClassName
{
border-color: #B8575D;
}
</style>