Shades of Blush #B54A61
Tints of Blush #B54A61
RGB
CMYK
RGB Variations
Color information
#B54A61 (or 0xB54A61) is known color: Blush. HEX triplet: B5, 4A and 61. RGB value is (181,74,97). Sum of RGB (Red+Green+Blue) = 181+74+97=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54A61 is #4AB59E. Grayscale: #6C6C6C. Windows color (decimal): -4896159 or 6376117. OLE color: 6376117.
HSL color Cylindrical-coordinate representation of color #B54A61: hue angle of 347.1º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A61 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 97 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.29 |
| HSL | 347.1º | 0.42% | 0.5% | - |
| HSV(B) | 347.1º | 0.59% | 0.71% | - |
| XYZ | 23.66 | 15.58 | 13.07 | - |
| YUV | 108.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 97 | 0 | 0.59 | 0.46 | 0.29 | 347.1 | 0.42 | 0.5 |
| Hex | B5 | 4A | 61 | 0 | 3B | 2E | 1D | 15B | 2A | 32 |
| Octal | 265 | 112 | 141 | 0 | 73 | 56 | 35 | 533 | 52 | 62 |
| Binary | 10110101 | 1001010 | 1100001 | 0 | 111011 | 101110 | 11101 | 101011011 | 101010 | 110010 |
Color Harmonies of #B54A61
Complementary color
Monochromatic Colors of #B54A61
Black with #B54A61
Text Example
Text Example
White with #B54A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A61; }
p { color: rgb(181,74,97); }
H1.HeaderClassName
{
color: #B54A61;
}
.AnyTagClassName
{
color: #B54A61;
}
</style>
background-color css
<style>
a { background-color: #B54A61; }
a { background-color: rgb(181,74,97); }
div.DivClassName
{
background-color: #B54A61;
}
.BgClassName
{
background-color: #B54A61;
}
</style>
border-color css
<style>
span { border-color: #B54A61; }
span { border-color: rgb(181,74,97); }
td.TdClassName
{
border-color: #B54A61;
}
.TagClassName
{
border-color: #B54A61;
}
</style>