Shades of Blush #B8545E
Tints of Blush #B8545E
RGB
CMYK
RGB Variations
Color information
#B8545E (or 0xB8545E) is known color: Blush. HEX triplet: B8, 54 and 5E. RGB value is (184,84,94). Sum of RGB (Red+Green+Blue) = 184+84+94=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8545E is #47ABA1. Grayscale: #737373. Windows color (decimal): -4696994 or 6182072. OLE color: 6182072.
HSL color Cylindrical-coordinate representation of color #B8545E: hue angle of 354º 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 #B8545E is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 94 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.28 |
| HSL | 354º | 0.41% | 0.53% | - |
| HSV(B) | 354º | 0.54% | 0.72% | - |
| XYZ | 24.96 | 17.34 | 12.62 | - |
| YUV | 115.04 | 116.13 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 94 | 0 | 0.54 | 0.49 | 0.28 | 354 | 0.41 | 0.53 |
| Hex | B8 | 54 | 5E | 0 | 36 | 31 | 1C | 162 | 29 | 35 |
| Octal | 270 | 124 | 136 | 0 | 66 | 61 | 34 | 542 | 51 | 65 |
| Binary | 10111000 | 1010100 | 1011110 | 0 | 110110 | 110001 | 11100 | 101100010 | 101001 | 110101 |
Color Harmonies of #B8545E
Complementary color
Monochromatic Colors of #B8545E
Black with #B8545E
Text Example
Text Example
White with #B8545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8545E; }
p { color: rgb(184,84,94); }
H1.HeaderClassName
{
color: #B8545E;
}
.AnyTagClassName
{
color: #B8545E;
}
</style>
background-color css
<style>
a { background-color: #B8545E; }
a { background-color: rgb(184,84,94); }
div.DivClassName
{
background-color: #B8545E;
}
.BgClassName
{
background-color: #B8545E;
}
</style>
border-color css
<style>
span { border-color: #B8545E; }
span { border-color: rgb(184,84,94); }
td.TdClassName
{
border-color: #B8545E;
}
.TagClassName
{
border-color: #B8545E;
}
</style>