Shades of Blush #B05A63
Tints of Blush #B05A63
RGB
CMYK
RGB Variations
Color information
#B05A63 (or 0xB05A63) is known color: Blush. HEX triplet: B0, 5A and 63. RGB value is (176,90,99). Sum of RGB (Red+Green+Blue) = 176+90+99=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05A63 is #4FA59C. Grayscale: #747474. Windows color (decimal): -5219741 or 6511280. OLE color: 6511280.
HSL color Cylindrical-coordinate representation of color #B05A63: hue angle of 353.72º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A63 is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 99 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.31 |
| HSL | 353.72º | 0.35% | 0.52% | - |
| HSV(B) | 353.72º | 0.49% | 0.69% | - |
| XYZ | 23.81 | 17.44 | 13.92 | - |
| YUV | 116.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 99 | 0 | 0.49 | 0.44 | 0.31 | 353.72 | 0.35 | 0.52 |
| Hex | B0 | 5A | 63 | 0 | 31 | 2C | 1F | 162 | 23 | 34 |
| Octal | 260 | 132 | 143 | 0 | 61 | 54 | 37 | 542 | 43 | 64 |
| Binary | 10110000 | 1011010 | 1100011 | 0 | 110001 | 101100 | 11111 | 101100010 | 100011 | 110100 |
Color Harmonies of #B05A63
Complementary color
Monochromatic Colors of #B05A63
Black with #B05A63
Text Example
Text Example
White with #B05A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A63; }
p { color: rgb(176,90,99); }
H1.HeaderClassName
{
color: #B05A63;
}
.AnyTagClassName
{
color: #B05A63;
}
</style>
background-color css
<style>
a { background-color: #B05A63; }
a { background-color: rgb(176,90,99); }
div.DivClassName
{
background-color: #B05A63;
}
.BgClassName
{
background-color: #B05A63;
}
</style>
border-color css
<style>
span { border-color: #B05A63; }
span { border-color: rgb(176,90,99); }
td.TdClassName
{
border-color: #B05A63;
}
.TagClassName
{
border-color: #B05A63;
}
</style>