Shades of Blush #B05463
Tints of Blush #B05463
RGB
CMYK
RGB Variations
Color information
#B05463 (or 0xB05463) is known color: Blush. HEX triplet: B0, 54 and 63. RGB value is (176,84,99). Sum of RGB (Red+Green+Blue) = 176+84+99=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B05463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05463 is #4FAB9C. Grayscale: #717171. Windows color (decimal): -5221277 or 6509744. OLE color: 6509744.
HSL color Cylindrical-coordinate representation of color #B05463: hue angle of 350.22º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05463 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 99 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.31 |
| HSL | 350.22º | 0.37% | 0.51% | - |
| HSV(B) | 350.22º | 0.52% | 0.69% | - |
| XYZ | 23.33 | 16.47 | 13.75 | - |
| YUV | 113.22 | 119.98 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 99 | 0 | 0.52 | 0.44 | 0.31 | 350.22 | 0.37 | 0.51 |
| Hex | B0 | 54 | 63 | 0 | 34 | 2C | 1F | 15E | 25 | 33 |
| Octal | 260 | 124 | 143 | 0 | 64 | 54 | 37 | 536 | 45 | 63 |
| Binary | 10110000 | 1010100 | 1100011 | 0 | 110100 | 101100 | 11111 | 101011110 | 100101 | 110011 |
Color Harmonies of #B05463
Complementary color
Monochromatic Colors of #B05463
Black with #B05463
Text Example
Text Example
White with #B05463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05463; }
p { color: rgb(176,84,99); }
H1.HeaderClassName
{
color: #B05463;
}
.AnyTagClassName
{
color: #B05463;
}
</style>
background-color css
<style>
a { background-color: #B05463; }
a { background-color: rgb(176,84,99); }
div.DivClassName
{
background-color: #B05463;
}
.BgClassName
{
background-color: #B05463;
}
</style>
border-color css
<style>
span { border-color: #B05463; }
span { border-color: rgb(176,84,99); }
td.TdClassName
{
border-color: #B05463;
}
.TagClassName
{
border-color: #B05463;
}
</style>