Shades of Blush #B05363
Tints of Blush #B05363
RGB
CMYK
RGB Variations
Color information
#B05363 (or 0xB05363) is known color: Blush. HEX triplet: B0, 53 and 63. RGB value is (176,83,99). Sum of RGB (Red+Green+Blue) = 176+83+99=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B05363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05363 is #4FAC9C. Grayscale: #707070. Windows color (decimal): -5221533 or 6509488. OLE color: 6509488.
HSL color Cylindrical-coordinate representation of color #B05363: hue angle of 349.68º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05363 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 99 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.31 |
| HSL | 349.68º | 0.37% | 0.51% | - |
| HSV(B) | 349.68º | 0.53% | 0.69% | - |
| XYZ | 23.25 | 16.32 | 13.73 | - |
| YUV | 112.63 | 120.31 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 99 | 0 | 0.53 | 0.44 | 0.31 | 349.68 | 0.37 | 0.51 |
| Hex | B0 | 53 | 63 | 0 | 35 | 2C | 1F | 15E | 25 | 33 |
| Octal | 260 | 123 | 143 | 0 | 65 | 54 | 37 | 536 | 45 | 63 |
| Binary | 10110000 | 1010011 | 1100011 | 0 | 110101 | 101100 | 11111 | 101011110 | 100101 | 110011 |
Color Harmonies of #B05363
Complementary color
Monochromatic Colors of #B05363
Black with #B05363
Text Example
Text Example
White with #B05363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05363; }
p { color: rgb(176,83,99); }
H1.HeaderClassName
{
color: #B05363;
}
.AnyTagClassName
{
color: #B05363;
}
</style>
background-color css
<style>
a { background-color: #B05363; }
a { background-color: rgb(176,83,99); }
div.DivClassName
{
background-color: #B05363;
}
.BgClassName
{
background-color: #B05363;
}
</style>
border-color css
<style>
span { border-color: #B05363; }
span { border-color: rgb(176,83,99); }
td.TdClassName
{
border-color: #B05363;
}
.TagClassName
{
border-color: #B05363;
}
</style>