Shades of Blush #B54863
Tints of Blush #B54863
RGB
CMYK
RGB Variations
Color information
#B54863 (or 0xB54863) is known color: Blush. HEX triplet: B5, 48 and 63. RGB value is (181,72,99). Sum of RGB (Red+Green+Blue) = 181+72+99=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B54863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54863 is #4AB79C. Grayscale: #6B6B6B. Windows color (decimal): -4896669 or 6506677. OLE color: 6506677.
HSL color Cylindrical-coordinate representation of color #B54863: hue angle of 345.14º 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 #B54863 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 99 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.29 |
| HSL | 345.14º | 0.43% | 0.5% | - |
| HSV(B) | 345.14º | 0.6% | 0.71% | - |
| XYZ | 23.63 | 15.36 | 13.52 | - |
| YUV | 107.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 99 | 0 | 0.60 | 0.45 | 0.29 | 345.14 | 0.43 | 0.5 |
| Hex | B5 | 48 | 63 | 0 | 3C | 2D | 1D | 159 | 2B | 32 |
| Octal | 265 | 110 | 143 | 0 | 74 | 55 | 35 | 531 | 53 | 62 |
| Binary | 10110101 | 1001000 | 1100011 | 0 | 111100 | 101101 | 11101 | 101011001 | 101011 | 110010 |
Color Harmonies of #B54863
Complementary color
Monochromatic Colors of #B54863
Black with #B54863
Text Example
Text Example
White with #B54863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54863; }
p { color: rgb(181,72,99); }
H1.HeaderClassName
{
color: #B54863;
}
.AnyTagClassName
{
color: #B54863;
}
</style>
background-color css
<style>
a { background-color: #B54863; }
a { background-color: rgb(181,72,99); }
div.DivClassName
{
background-color: #B54863;
}
.BgClassName
{
background-color: #B54863;
}
</style>
border-color css
<style>
span { border-color: #B54863; }
span { border-color: rgb(181,72,99); }
td.TdClassName
{
border-color: #B54863;
}
.TagClassName
{
border-color: #B54863;
}
</style>