Shades of Blush #B44C64
Tints of Blush #B44C64
RGB
CMYK
RGB Variations
Color information
#B44C64 (or 0xB44C64) is known color: Blush. HEX triplet: B4, 4C and 64. RGB value is (180,76,100). Sum of RGB (Red+Green+Blue) = 180+76+100=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44C64 is #4BB39B. Grayscale: #6D6D6D. Windows color (decimal): -4961180 or 6573236. OLE color: 6573236.
HSL color Cylindrical-coordinate representation of color #B44C64: hue angle of 346.15º 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 #B44C64 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 76 | 100 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.29 |
| HSL | 346.15º | 0.41% | 0.5% | - |
| HSV(B) | 346.15º | 0.58% | 0.71% | - |
| XYZ | 23.71 | 15.79 | 13.86 | - |
| YUV | 109.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 76 | 100 | 0 | 0.58 | 0.44 | 0.29 | 346.15 | 0.41 | 0.5 |
| Hex | B4 | 4C | 64 | 0 | 3A | 2C | 1D | 15A | 29 | 32 |
| Octal | 264 | 114 | 144 | 0 | 72 | 54 | 35 | 532 | 51 | 62 |
| Binary | 10110100 | 1001100 | 1100100 | 0 | 111010 | 101100 | 11101 | 101011010 | 101001 | 110010 |
Color Harmonies of #B44C64
Complementary color
Monochromatic Colors of #B44C64
Black with #B44C64
Text Example
Text Example
White with #B44C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44C64; }
p { color: rgb(180,76,100); }
H1.HeaderClassName
{
color: #B44C64;
}
.AnyTagClassName
{
color: #B44C64;
}
</style>
background-color css
<style>
a { background-color: #B44C64; }
a { background-color: rgb(180,76,100); }
div.DivClassName
{
background-color: #B44C64;
}
.BgClassName
{
background-color: #B44C64;
}
</style>
border-color css
<style>
span { border-color: #B44C64; }
span { border-color: rgb(180,76,100); }
td.TdClassName
{
border-color: #B44C64;
}
.TagClassName
{
border-color: #B44C64;
}
</style>