Shades of Rouge #B63666
Tints of Rouge #B63666
RGB
CMYK
RGB Variations
Color information
#B63666 (or 0xB63666) is known color: Rouge. HEX triplet: B6, 36 and 66. RGB value is (182,54,102). Sum of RGB (Red+Green+Blue) = 182+54+102=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B63666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63666 is #49C999. Grayscale: #616161. Windows color (decimal): -4835738 or 6698678. OLE color: 6698678.
HSL color Cylindrical-coordinate representation of color #B63666: hue angle of 337.5º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63666 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 102 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.29 |
| HSL | 337.5º | 0.54% | 0.46% | - |
| HSV(B) | 337.5º | 0.7% | 0.71% | - |
| XYZ | 23.01 | 13.54 | 13.97 | - |
| YUV | 97.74 | 130.41 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 102 | 0 | 0.70 | 0.44 | 0.29 | 337.5 | 0.54 | 0.46 |
| Hex | B6 | 36 | 66 | 0 | 46 | 2C | 1D | 152 | 36 | 2E |
| Octal | 266 | 66 | 146 | 0 | 106 | 54 | 35 | 522 | 66 | 56 |
| Binary | 10110110 | 110110 | 1100110 | 0 | 1000110 | 101100 | 11101 | 101010010 | 110110 | 101110 |
Color Harmonies of #B63666
Complementary color
Monochromatic Colors of #B63666
Black with #B63666
Text Example
Text Example
White with #B63666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63666; }
p { color: rgb(182,54,102); }
H1.HeaderClassName
{
color: #B63666;
}
.AnyTagClassName
{
color: #B63666;
}
</style>
background-color css
<style>
a { background-color: #B63666; }
a { background-color: rgb(182,54,102); }
div.DivClassName
{
background-color: #B63666;
}
.BgClassName
{
background-color: #B63666;
}
</style>
border-color css
<style>
span { border-color: #B63666; }
span { border-color: rgb(182,54,102); }
td.TdClassName
{
border-color: #B63666;
}
.TagClassName
{
border-color: #B63666;
}
</style>