Shades of Blush #B44B63
Tints of Blush #B44B63
RGB
CMYK
RGB Variations
Color information
#B44B63 (or 0xB44B63) is known color: Blush. HEX triplet: B4, 4B and 63. RGB value is (180,75,99). Sum of RGB (Red+Green+Blue) = 180+75+99=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 75 (29.69% from 255 or 21.19% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44B63 is #4BB49C. Grayscale: #6D6D6D. Windows color (decimal): -4961437 or 6507444. OLE color: 6507444.
HSL color Cylindrical-coordinate representation of color #B44B63: hue angle of 346.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B44B63 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 75 | 99 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.29 |
| HSL | 346.29º | 0.41% | 0.5% | - |
| HSV(B) | 346.29º | 0.58% | 0.71% | - |
| XYZ | 23.59 | 15.64 | 13.58 | - |
| YUV | 109.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 75 | 99 | 0 | 0.58 | 0.45 | 0.29 | 346.29 | 0.41 | 0.5 |
| Hex | B4 | 4B | 63 | 0 | 3A | 2D | 1D | 15A | 29 | 32 |
| Octal | 264 | 113 | 143 | 0 | 72 | 55 | 35 | 532 | 51 | 62 |
| Binary | 10110100 | 1001011 | 1100011 | 0 | 111010 | 101101 | 11101 | 101011010 | 101001 | 110010 |
Color Harmonies of #B44B63
Complementary color
Monochromatic Colors of #B44B63
Black with #B44B63
Text Example
Text Example
White with #B44B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44B63; }
p { color: rgb(180,75,99); }
H1.HeaderClassName
{
color: #B44B63;
}
.AnyTagClassName
{
color: #B44B63;
}
</style>
background-color css
<style>
a { background-color: #B44B63; }
a { background-color: rgb(180,75,99); }
div.DivClassName
{
background-color: #B44B63;
}
.BgClassName
{
background-color: #B44B63;
}
</style>
border-color css
<style>
span { border-color: #B44B63; }
span { border-color: rgb(180,75,99); }
td.TdClassName
{
border-color: #B44B63;
}
.TagClassName
{
border-color: #B44B63;
}
</style>