Shades of Blush #B8515D
Tints of Blush #B8515D
RGB
CMYK
RGB Variations
Color information
#B8515D (or 0xB8515D) is known color: Blush. HEX triplet: B8, 51 and 5D. RGB value is (184,81,93). Sum of RGB (Red+Green+Blue) = 184+81+93=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B8515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8515D is #47AEA2. Grayscale: #717171. Windows color (decimal): -4697763 or 6115768. OLE color: 6115768.
HSL color Cylindrical-coordinate representation of color #B8515D: hue angle of 353.01º 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 #B8515D is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 93 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.28 |
| HSL | 353.01º | 0.42% | 0.52% | - |
| HSV(B) | 353.01º | 0.56% | 0.72% | - |
| XYZ | 24.69 | 16.87 | 12.31 | - |
| YUV | 113.17 | 116.62 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 93 | 0 | 0.56 | 0.49 | 0.28 | 353.01 | 0.42 | 0.52 |
| Hex | B8 | 51 | 5D | 0 | 38 | 31 | 1C | 161 | 2A | 34 |
| Octal | 270 | 121 | 135 | 0 | 70 | 61 | 34 | 541 | 52 | 64 |
| Binary | 10111000 | 1010001 | 1011101 | 0 | 111000 | 110001 | 11100 | 101100001 | 101010 | 110100 |
Color Harmonies of #B8515D
Complementary color
Monochromatic Colors of #B8515D
Black with #B8515D
Text Example
Text Example
White with #B8515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8515D; }
p { color: rgb(184,81,93); }
H1.HeaderClassName
{
color: #B8515D;
}
.AnyTagClassName
{
color: #B8515D;
}
</style>
background-color css
<style>
a { background-color: #B8515D; }
a { background-color: rgb(184,81,93); }
div.DivClassName
{
background-color: #B8515D;
}
.BgClassName
{
background-color: #B8515D;
}
</style>
border-color css
<style>
span { border-color: #B8515D; }
span { border-color: rgb(184,81,93); }
td.TdClassName
{
border-color: #B8515D;
}
.TagClassName
{
border-color: #B8515D;
}
</style>