Shades of Blush #B8555E
Tints of Blush #B8555E
RGB
CMYK
RGB Variations
Color information
#B8555E (or 0xB8555E) is known color: Blush. HEX triplet: B8, 55 and 5E. RGB value is (184,85,94). Sum of RGB (Red+Green+Blue) = 184+85+94=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8555E is #47AAA1. Grayscale: #737373. Windows color (decimal): -4696738 or 6182328. OLE color: 6182328.
HSL color Cylindrical-coordinate representation of color #B8555E: hue angle of 354.55º 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 #B8555E is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 94 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.28 |
| HSL | 354.55º | 0.41% | 0.53% | - |
| HSV(B) | 354.55º | 0.54% | 0.72% | - |
| XYZ | 25.04 | 17.5 | 12.65 | - |
| YUV | 115.63 | 115.8 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 94 | 0 | 0.54 | 0.49 | 0.28 | 354.55 | 0.41 | 0.53 |
| Hex | B8 | 55 | 5E | 0 | 36 | 31 | 1C | 163 | 29 | 35 |
| Octal | 270 | 125 | 136 | 0 | 66 | 61 | 34 | 543 | 51 | 65 |
| Binary | 10111000 | 1010101 | 1011110 | 0 | 110110 | 110001 | 11100 | 101100011 | 101001 | 110101 |
Color Harmonies of #B8555E
Complementary color
Monochromatic Colors of #B8555E
Black with #B8555E
Text Example
Text Example
White with #B8555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8555E; }
p { color: rgb(184,85,94); }
H1.HeaderClassName
{
color: #B8555E;
}
.AnyTagClassName
{
color: #B8555E;
}
</style>
background-color css
<style>
a { background-color: #B8555E; }
a { background-color: rgb(184,85,94); }
div.DivClassName
{
background-color: #B8555E;
}
.BgClassName
{
background-color: #B8555E;
}
</style>
border-color css
<style>
span { border-color: #B8555E; }
span { border-color: rgb(184,85,94); }
td.TdClassName
{
border-color: #B8555E;
}
.TagClassName
{
border-color: #B8555E;
}
</style>