Shades of Blush #B2525F
Tints of Blush #B2525F
RGB
CMYK
RGB Variations
Color information
#B2525F (or 0xB2525F) is known color: Blush. HEX triplet: B2, 52 and 5F. RGB value is (178,82,95). Sum of RGB (Red+Green+Blue) = 178+82+95=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2525F is #4DADA0. Grayscale: #707070. Windows color (decimal): -5090721 or 6247090. OLE color: 6247090.
HSL color Cylindrical-coordinate representation of color #B2525F: hue angle of 351.88º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2525F is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 82 | 95 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.30 |
| HSL | 351.88º | 0.38% | 0.51% | - |
| HSV(B) | 351.88º | 0.54% | 0.7% | - |
| XYZ | 23.44 | 16.33 | 12.74 | - |
| YUV | 112.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 82 | 95 | 0 | 0.54 | 0.47 | 0.30 | 351.88 | 0.38 | 0.51 |
| Hex | B2 | 52 | 5F | 0 | 36 | 2F | 1E | 160 | 26 | 33 |
| Octal | 262 | 122 | 137 | 0 | 66 | 57 | 36 | 540 | 46 | 63 |
| Binary | 10110010 | 1010010 | 1011111 | 0 | 110110 | 101111 | 11110 | 101100000 | 100110 | 110011 |
Color Harmonies of #B2525F
Complementary color
Monochromatic Colors of #B2525F
Black with #B2525F
Text Example
Text Example
White with #B2525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2525F; }
p { color: rgb(178,82,95); }
H1.HeaderClassName
{
color: #B2525F;
}
.AnyTagClassName
{
color: #B2525F;
}
</style>
background-color css
<style>
a { background-color: #B2525F; }
a { background-color: rgb(178,82,95); }
div.DivClassName
{
background-color: #B2525F;
}
.BgClassName
{
background-color: #B2525F;
}
</style>
border-color css
<style>
span { border-color: #B2525F; }
span { border-color: rgb(178,82,95); }
td.TdClassName
{
border-color: #B2525F;
}
.TagClassName
{
border-color: #B2525F;
}
</style>