Shades of Blush #B54663
Tints of Blush #B54663
RGB
CMYK
RGB Variations
Color information
#B54663 (or 0xB54663) is known color: Blush. HEX triplet: B5, 46 and 63. RGB value is (181,70,99). Sum of RGB (Red+Green+Blue) = 181+70+99=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B54663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54663 is #4AB99C. Grayscale: #6A6A6A. Windows color (decimal): -4897181 or 6506165. OLE color: 6506165.
HSL color Cylindrical-coordinate representation of color #B54663: hue angle of 344.32º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54663 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 99 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.29 |
| HSL | 344.32º | 0.44% | 0.49% | - |
| HSV(B) | 344.32º | 0.61% | 0.71% | - |
| XYZ | 23.5 | 15.1 | 13.48 | - |
| YUV | 106.5 | 123.77 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 99 | 0 | 0.61 | 0.45 | 0.29 | 344.32 | 0.44 | 0.49 |
| Hex | B5 | 46 | 63 | 0 | 3D | 2D | 1D | 158 | 2C | 31 |
| Octal | 265 | 106 | 143 | 0 | 75 | 55 | 35 | 530 | 54 | 61 |
| Binary | 10110101 | 1000110 | 1100011 | 0 | 111101 | 101101 | 11101 | 101011000 | 101100 | 110001 |
Color Harmonies of #B54663
Complementary color
Monochromatic Colors of #B54663
Black with #B54663
Text Example
Text Example
White with #B54663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54663; }
p { color: rgb(181,70,99); }
H1.HeaderClassName
{
color: #B54663;
}
.AnyTagClassName
{
color: #B54663;
}
</style>
background-color css
<style>
a { background-color: #B54663; }
a { background-color: rgb(181,70,99); }
div.DivClassName
{
background-color: #B54663;
}
.BgClassName
{
background-color: #B54663;
}
</style>
border-color css
<style>
span { border-color: #B54663; }
span { border-color: rgb(181,70,99); }
td.TdClassName
{
border-color: #B54663;
}
.TagClassName
{
border-color: #B54663;
}
</style>