Shades of Blush #B8545A
Tints of Blush #B8545A
RGB
CMYK
RGB Variations
Color information
#B8545A (or 0xB8545A) is known color: Blush. HEX triplet: B8, 54 and 5A. RGB value is (184,84,90). Sum of RGB (Red+Green+Blue) = 184+84+90=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8545A is #47ABA5. Grayscale: #727272. Windows color (decimal): -4696998 or 5919928. OLE color: 5919928.
HSL color Cylindrical-coordinate representation of color #B8545A: hue angle of 356.4º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8545A is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 90 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.28 |
| HSL | 356.4º | 0.41% | 0.53% | - |
| HSV(B) | 356.4º | 0.54% | 0.72% | - |
| XYZ | 24.78 | 17.27 | 11.7 | - |
| YUV | 114.58 | 114.13 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 90 | 0 | 0.54 | 0.51 | 0.28 | 356.4 | 0.41 | 0.53 |
| Hex | B8 | 54 | 5A | 0 | 36 | 33 | 1C | 164 | 29 | 35 |
| Octal | 270 | 124 | 132 | 0 | 66 | 63 | 34 | 544 | 51 | 65 |
| Binary | 10111000 | 1010100 | 1011010 | 0 | 110110 | 110011 | 11100 | 101100100 | 101001 | 110101 |
Color Harmonies of #B8545A
Complementary color
Monochromatic Colors of #B8545A
Black with #B8545A
Text Example
Text Example
White with #B8545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8545A; }
p { color: rgb(184,84,90); }
H1.HeaderClassName
{
color: #B8545A;
}
.AnyTagClassName
{
color: #B8545A;
}
</style>
background-color css
<style>
a { background-color: #B8545A; }
a { background-color: rgb(184,84,90); }
div.DivClassName
{
background-color: #B8545A;
}
.BgClassName
{
background-color: #B8545A;
}
</style>
border-color css
<style>
span { border-color: #B8545A; }
span { border-color: rgb(184,84,90); }
td.TdClassName
{
border-color: #B8545A;
}
.TagClassName
{
border-color: #B8545A;
}
</style>