Shades of Blush #B4575D
Tints of Blush #B4575D
RGB
CMYK
RGB Variations
Color information
#B4575D (or 0xB4575D) is known color: Blush. HEX triplet: B4, 57 and 5D. RGB value is (180,87,93). Sum of RGB (Red+Green+Blue) = 180+87+93=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B4575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4575D is #4BA8A2. Grayscale: #737373. Windows color (decimal): -4958371 or 6117300. OLE color: 6117300.
HSL color Cylindrical-coordinate representation of color #B4575D: hue angle of 356.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4575D is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 87 | 93 | - |
| CMYK | 0 | 0.52 | 0.48 | 0.29 |
| HSL | 356.13º | 0.38% | 0.52% | - |
| HSV(B) | 356.13º | 0.52% | 0.71% | - |
| XYZ | 24.21 | 17.31 | 12.42 | - |
| YUV | 115.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 93 | 0 | 0.52 | 0.48 | 0.29 | 356.13 | 0.38 | 0.52 |
| Hex | B4 | 57 | 5D | 0 | 34 | 30 | 1D | 164 | 26 | 34 |
| Octal | 264 | 127 | 135 | 0 | 64 | 60 | 35 | 544 | 46 | 64 |
| Binary | 10110100 | 1010111 | 1011101 | 0 | 110100 | 110000 | 11101 | 101100100 | 100110 | 110100 |
Color Harmonies of #B4575D
Complementary color
Monochromatic Colors of #B4575D
Black with #B4575D
Text Example
Text Example
White with #B4575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4575D; }
p { color: rgb(180,87,93); }
H1.HeaderClassName
{
color: #B4575D;
}
.AnyTagClassName
{
color: #B4575D;
}
</style>
background-color css
<style>
a { background-color: #B4575D; }
a { background-color: rgb(180,87,93); }
div.DivClassName
{
background-color: #B4575D;
}
.BgClassName
{
background-color: #B4575D;
}
</style>
border-color css
<style>
span { border-color: #B4575D; }
span { border-color: rgb(180,87,93); }
td.TdClassName
{
border-color: #B4575D;
}
.TagClassName
{
border-color: #B4575D;
}
</style>