Shades of Blush #B8515B
Tints of Blush #B8515B
RGB
CMYK
RGB Variations
Color information
#B8515B (or 0xB8515B) is known color: Blush. HEX triplet: B8, 51 and 5B. RGB value is (184,81,91). Sum of RGB (Red+Green+Blue) = 184+81+91=356 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.69% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 184 - color contains mainly: red. Hex color #B8515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8515B is #47AEA4. Grayscale: #717171. Windows color (decimal): -4697765 or 5984696. OLE color: 5984696.
HSL color Cylindrical-coordinate representation of color #B8515B: hue angle of 354.17º 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 #B8515B is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 81 | 91 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.28 |
| HSL | 354.17º | 0.42% | 0.52% | - |
| HSV(B) | 354.17º | 0.56% | 0.72% | - |
| XYZ | 24.6 | 16.83 | 11.85 | - |
| YUV | 112.94 | 115.62 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 81 | 91 | 0 | 0.56 | 0.51 | 0.28 | 354.17 | 0.42 | 0.52 |
| Hex | B8 | 51 | 5B | 0 | 38 | 33 | 1C | 162 | 2A | 34 |
| Octal | 270 | 121 | 133 | 0 | 70 | 63 | 34 | 542 | 52 | 64 |
| Binary | 10111000 | 1010001 | 1011011 | 0 | 111000 | 110011 | 11100 | 101100010 | 101010 | 110100 |
Color Harmonies of #B8515B
Complementary color
Monochromatic Colors of #B8515B
Black with #B8515B
Text Example
Text Example
White with #B8515B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8515B; }
p { color: rgb(184,81,91); }
H1.HeaderClassName
{
color: #B8515B;
}
.AnyTagClassName
{
color: #B8515B;
}
</style>
background-color css
<style>
a { background-color: #B8515B; }
a { background-color: rgb(184,81,91); }
div.DivClassName
{
background-color: #B8515B;
}
.BgClassName
{
background-color: #B8515B;
}
</style>
border-color css
<style>
span { border-color: #B8515B; }
span { border-color: rgb(184,81,91); }
td.TdClassName
{
border-color: #B8515B;
}
.TagClassName
{
border-color: #B8515B;
}
</style>