Shades of Rouge #B44063
Tints of Rouge #B44063
RGB
CMYK
RGB Variations
Color information
#B44063 (or 0xB44063) is known color: Rouge. HEX triplet: B4, 40 and 63. RGB value is (180,64,99). Sum of RGB (Red+Green+Blue) = 180+64+99=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B44063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44063 is #4BBF9C. Grayscale: #666666. Windows color (decimal): -4964253 or 6504628. OLE color: 6504628.
HSL color Cylindrical-coordinate representation of color #B44063: hue angle of 341.9º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B44063 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 99 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.29 |
| HSL | 341.9º | 0.48% | 0.48% | - |
| HSV(B) | 341.9º | 0.64% | 0.71% | - |
| XYZ | 22.91 | 14.27 | 13.35 | - |
| YUV | 102.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 99 | 0 | 0.64 | 0.45 | 0.29 | 341.9 | 0.48 | 0.48 |
| Hex | B4 | 40 | 63 | 0 | 40 | 2D | 1D | 156 | 30 | 30 |
| Octal | 264 | 100 | 143 | 0 | 100 | 55 | 35 | 526 | 60 | 60 |
| Binary | 10110100 | 1000000 | 1100011 | 0 | 1000000 | 101101 | 11101 | 101010110 | 110000 | 110000 |
Color Harmonies of #B44063
Complementary color
Monochromatic Colors of #B44063
Black with #B44063
Text Example
Text Example
White with #B44063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44063; }
p { color: rgb(180,64,99); }
H1.HeaderClassName
{
color: #B44063;
}
.AnyTagClassName
{
color: #B44063;
}
</style>
background-color css
<style>
a { background-color: #B44063; }
a { background-color: rgb(180,64,99); }
div.DivClassName
{
background-color: #B44063;
}
.BgClassName
{
background-color: #B44063;
}
</style>
border-color css
<style>
span { border-color: #B44063; }
span { border-color: rgb(180,64,99); }
td.TdClassName
{
border-color: #B44063;
}
.TagClassName
{
border-color: #B44063;
}
</style>