Shades of Blush #B86370
Tints of Blush #B86370
RGB
CMYK
RGB Variations
Color information
#B86370 (or 0xB86370) is known color: Blush. HEX triplet: B8, 63 and 70. RGB value is (184,99,112). Sum of RGB (Red+Green+Blue) = 184+99+112=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B86370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86370 is #479C8F. Grayscale: #7D7D7D. Windows color (decimal): -4693136 or 7365560. OLE color: 7365560.
HSL color Cylindrical-coordinate representation of color #B86370: hue angle of 350.82º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B86370 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 99 | 112 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.28 |
| HSL | 350.82º | 0.37% | 0.55% | - |
| HSV(B) | 350.82º | 0.46% | 0.72% | - |
| XYZ | 27.15 | 20.28 | 17.81 | - |
| YUV | 125.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 112 | 0 | 0.46 | 0.39 | 0.28 | 350.82 | 0.37 | 0.55 |
| Hex | B8 | 63 | 70 | 0 | 2E | 27 | 1C | 15F | 25 | 37 |
| Octal | 270 | 143 | 160 | 0 | 56 | 47 | 34 | 537 | 45 | 67 |
| Binary | 10111000 | 1100011 | 1110000 | 0 | 101110 | 100111 | 11100 | 101011111 | 100101 | 110111 |
Color Harmonies of #B86370
Complementary color
Monochromatic Colors of #B86370
Black with #B86370
Text Example
Text Example
White with #B86370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86370; }
p { color: rgb(184,99,112); }
H1.HeaderClassName
{
color: #B86370;
}
.AnyTagClassName
{
color: #B86370;
}
</style>
background-color css
<style>
a { background-color: #B86370; }
a { background-color: rgb(184,99,112); }
div.DivClassName
{
background-color: #B86370;
}
.BgClassName
{
background-color: #B86370;
}
</style>
border-color css
<style>
span { border-color: #B86370; }
span { border-color: rgb(184,99,112); }
td.TdClassName
{
border-color: #B86370;
}
.TagClassName
{
border-color: #B86370;
}
</style>