Shades of Blush #B4525D
Tints of Blush #B4525D
RGB
CMYK
RGB Variations
Color information
#B4525D (or 0xB4525D) is known color: Blush. HEX triplet: B4, 52 and 5D. RGB value is (180,82,93). Sum of RGB (Red+Green+Blue) = 180+82+93=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4525D is #4BADA2. Grayscale: #707070. Windows color (decimal): -4959651 or 6116020. OLE color: 6116020.
HSL color Cylindrical-coordinate representation of color #B4525D: hue angle of 353.27º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B4525D is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 82 | 93 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.29 |
| HSL | 353.27º | 0.4% | 0.51% | - |
| HSV(B) | 353.27º | 0.54% | 0.71% | - |
| XYZ | 23.82 | 16.53 | 12.29 | - |
| YUV | 112.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 82 | 93 | 0 | 0.54 | 0.48 | 0.29 | 353.27 | 0.4 | 0.51 |
| Hex | B4 | 52 | 5D | 0 | 36 | 30 | 1D | 161 | 28 | 33 |
| Octal | 264 | 122 | 135 | 0 | 66 | 60 | 35 | 541 | 50 | 63 |
| Binary | 10110100 | 1010010 | 1011101 | 0 | 110110 | 110000 | 11101 | 101100001 | 101000 | 110011 |
Color Harmonies of #B4525D
Complementary color
Monochromatic Colors of #B4525D
Black with #B4525D
Text Example
Text Example
White with #B4525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4525D; }
p { color: rgb(180,82,93); }
H1.HeaderClassName
{
color: #B4525D;
}
.AnyTagClassName
{
color: #B4525D;
}
</style>
background-color css
<style>
a { background-color: #B4525D; }
a { background-color: rgb(180,82,93); }
div.DivClassName
{
background-color: #B4525D;
}
.BgClassName
{
background-color: #B4525D;
}
</style>
border-color css
<style>
span { border-color: #B4525D; }
span { border-color: rgb(180,82,93); }
td.TdClassName
{
border-color: #B4525D;
}
.TagClassName
{
border-color: #B4525D;
}
</style>