Shades of Blush #B54962
Tints of Blush #B54962
RGB
CMYK
RGB Variations
Color information
#B54962 (or 0xB54962) is known color: Blush. HEX triplet: B5, 49 and 62. RGB value is (181,73,98). Sum of RGB (Red+Green+Blue) = 181+73+98=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B54962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54962 is #4AB69D. Grayscale: #6C6C6C. Windows color (decimal): -4896414 or 6441397. OLE color: 6441397.
HSL color Cylindrical-coordinate representation of color #B54962: hue angle of 346.11º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B54962 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 98 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.29 |
| HSL | 346.11º | 0.43% | 0.5% | - |
| HSV(B) | 346.11º | 0.6% | 0.71% | - |
| XYZ | 23.64 | 15.47 | 13.3 | - |
| YUV | 108.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 98 | 0 | 0.60 | 0.46 | 0.29 | 346.11 | 0.43 | 0.5 |
| Hex | B5 | 49 | 62 | 0 | 3C | 2E | 1D | 15A | 2B | 32 |
| Octal | 265 | 111 | 142 | 0 | 74 | 56 | 35 | 532 | 53 | 62 |
| Binary | 10110101 | 1001001 | 1100010 | 0 | 111100 | 101110 | 11101 | 101011010 | 101011 | 110010 |
Color Harmonies of #B54962
Complementary color
Monochromatic Colors of #B54962
Black with #B54962
Text Example
Text Example
White with #B54962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54962; }
p { color: rgb(181,73,98); }
H1.HeaderClassName
{
color: #B54962;
}
.AnyTagClassName
{
color: #B54962;
}
</style>
background-color css
<style>
a { background-color: #B54962; }
a { background-color: rgb(181,73,98); }
div.DivClassName
{
background-color: #B54962;
}
.BgClassName
{
background-color: #B54962;
}
</style>
border-color css
<style>
span { border-color: #B54962; }
span { border-color: rgb(181,73,98); }
td.TdClassName
{
border-color: #B54962;
}
.TagClassName
{
border-color: #B54962;
}
</style>