Shades of Blush #B8545D
Tints of Blush #B8545D
RGB
CMYK
RGB Variations
Color information
#B8545D (or 0xB8545D) is known color: Blush. HEX triplet: B8, 54 and 5D. RGB value is (184,84,93). Sum of RGB (Red+Green+Blue) = 184+84+93=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8545D is #47ABA2. Grayscale: #727272. Windows color (decimal): -4696995 or 6116536. OLE color: 6116536.
HSL color Cylindrical-coordinate representation of color #B8545D: hue angle of 354.6º 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 #B8545D is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 93 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.28 |
| HSL | 354.6º | 0.41% | 0.53% | - |
| HSV(B) | 354.6º | 0.54% | 0.72% | - |
| XYZ | 24.91 | 17.32 | 12.39 | - |
| YUV | 114.93 | 115.63 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 93 | 0 | 0.54 | 0.49 | 0.28 | 354.6 | 0.41 | 0.53 |
| Hex | B8 | 54 | 5D | 0 | 36 | 31 | 1C | 163 | 29 | 35 |
| Octal | 270 | 124 | 135 | 0 | 66 | 61 | 34 | 543 | 51 | 65 |
| Binary | 10111000 | 1010100 | 1011101 | 0 | 110110 | 110001 | 11100 | 101100011 | 101001 | 110101 |
Color Harmonies of #B8545D
Complementary color
Monochromatic Colors of #B8545D
Black with #B8545D
Text Example
Text Example
White with #B8545D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8545D; }
p { color: rgb(184,84,93); }
H1.HeaderClassName
{
color: #B8545D;
}
.AnyTagClassName
{
color: #B8545D;
}
</style>
background-color css
<style>
a { background-color: #B8545D; }
a { background-color: rgb(184,84,93); }
div.DivClassName
{
background-color: #B8545D;
}
.BgClassName
{
background-color: #B8545D;
}
</style>
border-color css
<style>
span { border-color: #B8545D; }
span { border-color: rgb(184,84,93); }
td.TdClassName
{
border-color: #B8545D;
}
.TagClassName
{
border-color: #B8545D;
}
</style>