Shades of Rouge #B63164
Tints of Rouge #B63164
RGB
CMYK
RGB Variations
Color information
#B63164 (or 0xB63164) is known color: Rouge. HEX triplet: B6, 31 and 64. RGB value is (182,49,100). Sum of RGB (Red+Green+Blue) = 182+49+100=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B63164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63164 is #49CE9B. Grayscale: #5E5E5E. Windows color (decimal): -4837020 or 6566326. OLE color: 6566326.
HSL color Cylindrical-coordinate representation of color #B63164: hue angle of 336.99º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63164 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 100 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.29 |
| HSL | 336.99º | 0.58% | 0.45% | - |
| HSV(B) | 336.99º | 0.73% | 0.71% | - |
| XYZ | 22.69 | 13.06 | 13.38 | - |
| YUV | 94.58 | 131.06 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 100 | 0 | 0.73 | 0.45 | 0.29 | 336.99 | 0.58 | 0.45 |
| Hex | B6 | 31 | 64 | 0 | 49 | 2D | 1D | 151 | 3A | 2D |
| Octal | 266 | 61 | 144 | 0 | 111 | 55 | 35 | 521 | 72 | 55 |
| Binary | 10110110 | 110001 | 1100100 | 0 | 1001001 | 101101 | 11101 | 101010001 | 111010 | 101101 |
Color Harmonies of #B63164
Complementary color
Monochromatic Colors of #B63164
Black with #B63164
Text Example
Text Example
White with #B63164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63164; }
p { color: rgb(182,49,100); }
H1.HeaderClassName
{
color: #B63164;
}
.AnyTagClassName
{
color: #B63164;
}
</style>
background-color css
<style>
a { background-color: #B63164; }
a { background-color: rgb(182,49,100); }
div.DivClassName
{
background-color: #B63164;
}
.BgClassName
{
background-color: #B63164;
}
</style>
border-color css
<style>
span { border-color: #B63164; }
span { border-color: rgb(182,49,100); }
td.TdClassName
{
border-color: #B63164;
}
.TagClassName
{
border-color: #B63164;
}
</style>