Shades of Blush #B24F62
Tints of Blush #B24F62
RGB
CMYK
RGB Variations
Color information
#B24F62 (or 0xB24F62) is known color: Blush. HEX triplet: B2, 4F and 62. RGB value is (178,79,98). Sum of RGB (Red+Green+Blue) = 178+79+98=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24F62 is #4DB09D. Grayscale: #6E6E6E. Windows color (decimal): -5091486 or 6442930. OLE color: 6442930.
HSL color Cylindrical-coordinate representation of color #B24F62: hue angle of 348.48º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B24F62 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 98 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.30 |
| HSL | 348.48º | 0.39% | 0.5% | - |
| HSV(B) | 348.48º | 0.56% | 0.7% | - |
| XYZ | 23.36 | 15.94 | 13.4 | - |
| YUV | 110.77 | 120.8 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 98 | 0 | 0.56 | 0.45 | 0.30 | 348.48 | 0.39 | 0.5 |
| Hex | B2 | 4F | 62 | 0 | 38 | 2D | 1E | 15C | 27 | 32 |
| Octal | 262 | 117 | 142 | 0 | 70 | 55 | 36 | 534 | 47 | 62 |
| Binary | 10110010 | 1001111 | 1100010 | 0 | 111000 | 101101 | 11110 | 101011100 | 100111 | 110010 |
Color Harmonies of #B24F62
Complementary color
Monochromatic Colors of #B24F62
Black with #B24F62
Text Example
Text Example
White with #B24F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F62; }
p { color: rgb(178,79,98); }
H1.HeaderClassName
{
color: #B24F62;
}
.AnyTagClassName
{
color: #B24F62;
}
</style>
background-color css
<style>
a { background-color: #B24F62; }
a { background-color: rgb(178,79,98); }
div.DivClassName
{
background-color: #B24F62;
}
.BgClassName
{
background-color: #B24F62;
}
</style>
border-color css
<style>
span { border-color: #B24F62; }
span { border-color: rgb(178,79,98); }
td.TdClassName
{
border-color: #B24F62;
}
.TagClassName
{
border-color: #B24F62;
}
</style>