Shades of Blush #B54462
Tints of Blush #B54462
RGB
CMYK
RGB Variations
Color information
#B54462 (or 0xB54462) is known color: Blush. HEX triplet: B5, 44 and 62. RGB value is (181,68,98). Sum of RGB (Red+Green+Blue) = 181+68+98=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B54462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54462 is #4ABB9D. Grayscale: #696969. Windows color (decimal): -4897694 or 6440117. OLE color: 6440117.
HSL color Cylindrical-coordinate representation of color #B54462: hue angle of 344.07º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54462 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 98 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.29 |
| HSL | 344.07º | 0.45% | 0.49% | - |
| HSV(B) | 344.07º | 0.62% | 0.71% | - |
| XYZ | 23.33 | 14.84 | 13.19 | - |
| YUV | 105.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 98 | 0 | 0.62 | 0.46 | 0.29 | 344.07 | 0.45 | 0.49 |
| Hex | B5 | 44 | 62 | 0 | 3E | 2E | 1D | 158 | 2D | 31 |
| Octal | 265 | 104 | 142 | 0 | 76 | 56 | 35 | 530 | 55 | 61 |
| Binary | 10110101 | 1000100 | 1100010 | 0 | 111110 | 101110 | 11101 | 101011000 | 101101 | 110001 |
Color Harmonies of #B54462
Complementary color
Monochromatic Colors of #B54462
Black with #B54462
Text Example
Text Example
White with #B54462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54462; }
p { color: rgb(181,68,98); }
H1.HeaderClassName
{
color: #B54462;
}
.AnyTagClassName
{
color: #B54462;
}
</style>
background-color css
<style>
a { background-color: #B54462; }
a { background-color: rgb(181,68,98); }
div.DivClassName
{
background-color: #B54462;
}
.BgClassName
{
background-color: #B54462;
}
</style>
border-color css
<style>
span { border-color: #B54462; }
span { border-color: rgb(181,68,98); }
td.TdClassName
{
border-color: #B54462;
}
.TagClassName
{
border-color: #B54462;
}
</style>