Shades of Blush #B8516F
Tints of Blush #B8516F
RGB
CMYK
RGB Variations
Color information
#B8516F (or 0xB8516F) is known color: Blush. HEX triplet: B8, 51 and 6F. RGB value is (184,81,111). Sum of RGB (Red+Green+Blue) = 184+81+111=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B8516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8516F is #47AE90. Grayscale: #737373. Windows color (decimal): -4697745 or 7295416. OLE color: 7295416.
HSL color Cylindrical-coordinate representation of color #B8516F: hue angle of 342.52º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B8516F is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 111 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.28 |
| HSL | 342.52º | 0.42% | 0.52% | - |
| HSV(B) | 342.52º | 0.56% | 0.72% | - |
| XYZ | 25.58 | 17.22 | 17.02 | - |
| YUV | 115.22 | 125.62 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 111 | 0 | 0.56 | 0.40 | 0.28 | 342.52 | 0.42 | 0.52 |
| Hex | B8 | 51 | 6F | 0 | 38 | 28 | 1C | 157 | 2A | 34 |
| Octal | 270 | 121 | 157 | 0 | 70 | 50 | 34 | 527 | 52 | 64 |
| Binary | 10111000 | 1010001 | 1101111 | 0 | 111000 | 101000 | 11100 | 101010111 | 101010 | 110100 |
Color Harmonies of #B8516F
Complementary color
Monochromatic Colors of #B8516F
Black with #B8516F
Text Example
Text Example
White with #B8516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8516F; }
p { color: rgb(184,81,111); }
H1.HeaderClassName
{
color: #B8516F;
}
.AnyTagClassName
{
color: #B8516F;
}
</style>
background-color css
<style>
a { background-color: #B8516F; }
a { background-color: rgb(184,81,111); }
div.DivClassName
{
background-color: #B8516F;
}
.BgClassName
{
background-color: #B8516F;
}
</style>
border-color css
<style>
span { border-color: #B8516F; }
span { border-color: rgb(184,81,111); }
td.TdClassName
{
border-color: #B8516F;
}
.TagClassName
{
border-color: #B8516F;
}
</style>