Shades of Blush #B45A63
Tints of Blush #B45A63
RGB
CMYK
RGB Variations
Color information
#B45A63 (or 0xB45A63) is known color: Blush. HEX triplet: B4, 5A and 63. RGB value is (180,90,99). Sum of RGB (Red+Green+Blue) = 180+90+99=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45A63 is #4BA59C. Grayscale: #757575. Windows color (decimal): -4957597 or 6511284. OLE color: 6511284.
HSL color Cylindrical-coordinate representation of color #B45A63: hue angle of 354º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A63 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 99 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.29 |
| HSL | 354º | 0.38% | 0.53% | - |
| HSV(B) | 354º | 0.5% | 0.71% | - |
| XYZ | 24.73 | 17.92 | 13.96 | - |
| YUV | 117.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 99 | 0 | 0.50 | 0.45 | 0.29 | 354 | 0.38 | 0.53 |
| Hex | B4 | 5A | 63 | 0 | 32 | 2D | 1D | 162 | 26 | 35 |
| Octal | 264 | 132 | 143 | 0 | 62 | 55 | 35 | 542 | 46 | 65 |
| Binary | 10110100 | 1011010 | 1100011 | 0 | 110010 | 101101 | 11101 | 101100010 | 100110 | 110101 |
Color Harmonies of #B45A63
Complementary color
Monochromatic Colors of #B45A63
Black with #B45A63
Text Example
Text Example
White with #B45A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45A63; }
p { color: rgb(180,90,99); }
H1.HeaderClassName
{
color: #B45A63;
}
.AnyTagClassName
{
color: #B45A63;
}
</style>
background-color css
<style>
a { background-color: #B45A63; }
a { background-color: rgb(180,90,99); }
div.DivClassName
{
background-color: #B45A63;
}
.BgClassName
{
background-color: #B45A63;
}
</style>
border-color css
<style>
span { border-color: #B45A63; }
span { border-color: rgb(180,90,99); }
td.TdClassName
{
border-color: #B45A63;
}
.TagClassName
{
border-color: #B45A63;
}
</style>