Shades of Blush #B05863
Tints of Blush #B05863
RGB
CMYK
RGB Variations
Color information
#B05863 (or 0xB05863) is known color: Blush. HEX triplet: B0, 58 and 63. RGB value is (176,88,99). Sum of RGB (Red+Green+Blue) = 176+88+99=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B05863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05863 is #4FA79C. Grayscale: #737373. Windows color (decimal): -5220253 or 6510768. OLE color: 6510768.
HSL color Cylindrical-coordinate representation of color #B05863: hue angle of 352.5º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05863 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 99 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.31 |
| HSL | 352.5º | 0.36% | 0.52% | - |
| HSV(B) | 352.5º | 0.5% | 0.69% | - |
| XYZ | 23.65 | 17.11 | 13.86 | - |
| YUV | 115.57 | 118.65 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 99 | 0 | 0.50 | 0.44 | 0.31 | 352.5 | 0.36 | 0.52 |
| Hex | B0 | 58 | 63 | 0 | 32 | 2C | 1F | 160 | 24 | 34 |
| Octal | 260 | 130 | 143 | 0 | 62 | 54 | 37 | 540 | 44 | 64 |
| Binary | 10110000 | 1011000 | 1100011 | 0 | 110010 | 101100 | 11111 | 101100000 | 100100 | 110100 |
Color Harmonies of #B05863
Complementary color
Monochromatic Colors of #B05863
Black with #B05863
Text Example
Text Example
White with #B05863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05863; }
p { color: rgb(176,88,99); }
H1.HeaderClassName
{
color: #B05863;
}
.AnyTagClassName
{
color: #B05863;
}
</style>
background-color css
<style>
a { background-color: #B05863; }
a { background-color: rgb(176,88,99); }
div.DivClassName
{
background-color: #B05863;
}
.BgClassName
{
background-color: #B05863;
}
</style>
border-color css
<style>
span { border-color: #B05863; }
span { border-color: rgb(176,88,99); }
td.TdClassName
{
border-color: #B05863;
}
.TagClassName
{
border-color: #B05863;
}
</style>