Shades of Blush #B8495F
Tints of Blush #B8495F
RGB
CMYK
RGB Variations
Color information
#B8495F (or 0xB8495F) is known color: Blush. HEX triplet: B8, 49 and 5F. RGB value is (184,73,95). Sum of RGB (Red+Green+Blue) = 184+73+95=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B8495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8495F is #47B6A0. Grayscale: #6C6C6C. Windows color (decimal): -4699809 or 6244792. OLE color: 6244792.
HSL color Cylindrical-coordinate representation of color #B8495F: hue angle of 348.11º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8495F is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 73 | 95 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.28 |
| HSL | 348.11º | 0.44% | 0.5% | - |
| HSV(B) | 348.11º | 0.6% | 0.72% | - |
| XYZ | 24.22 | 15.78 | 12.6 | - |
| YUV | 108.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 73 | 95 | 0 | 0.60 | 0.48 | 0.28 | 348.11 | 0.44 | 0.5 |
| Hex | B8 | 49 | 5F | 0 | 3C | 30 | 1C | 15C | 2C | 32 |
| Octal | 270 | 111 | 137 | 0 | 74 | 60 | 34 | 534 | 54 | 62 |
| Binary | 10111000 | 1001001 | 1011111 | 0 | 111100 | 110000 | 11100 | 101011100 | 101100 | 110010 |
Color Harmonies of #B8495F
Complementary color
Monochromatic Colors of #B8495F
Black with #B8495F
Text Example
Text Example
White with #B8495F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8495F; }
p { color: rgb(184,73,95); }
H1.HeaderClassName
{
color: #B8495F;
}
.AnyTagClassName
{
color: #B8495F;
}
</style>
background-color css
<style>
a { background-color: #B8495F; }
a { background-color: rgb(184,73,95); }
div.DivClassName
{
background-color: #B8495F;
}
.BgClassName
{
background-color: #B8495F;
}
</style>
border-color css
<style>
span { border-color: #B8495F; }
span { border-color: rgb(184,73,95); }
td.TdClassName
{
border-color: #B8495F;
}
.TagClassName
{
border-color: #B8495F;
}
</style>