Shades of Rouge #B63C6C
Tints of Rouge #B63C6C
RGB
CMYK
RGB Variations
Color information
#B63C6C (or 0xB63C6C) is known color: Rouge. HEX triplet: B6, 3C and 6C. RGB value is (182,60,108). Sum of RGB (Red+Green+Blue) = 182+60+108=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C6C is #49C393. Grayscale: #656565. Windows color (decimal): -4834196 or 7093430. OLE color: 7093430.
HSL color Cylindrical-coordinate representation of color #B63C6C: hue angle of 336.39º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C6C is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 108 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.29 |
| HSL | 336.39º | 0.5% | 0.47% | - |
| HSV(B) | 336.39º | 0.67% | 0.71% | - |
| XYZ | 23.61 | 14.26 | 15.7 | - |
| YUV | 101.95 | 131.42 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 108 | 0 | 0.67 | 0.41 | 0.29 | 336.39 | 0.5 | 0.47 |
| Hex | B6 | 3C | 6C | 0 | 43 | 29 | 1D | 150 | 32 | 2F |
| Octal | 266 | 74 | 154 | 0 | 103 | 51 | 35 | 520 | 62 | 57 |
| Binary | 10110110 | 111100 | 1101100 | 0 | 1000011 | 101001 | 11101 | 101010000 | 110010 | 101111 |
Color Harmonies of #B63C6C
Complementary color
Monochromatic Colors of #B63C6C
Black with #B63C6C
Text Example
Text Example
White with #B63C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C6C; }
p { color: rgb(182,60,108); }
H1.HeaderClassName
{
color: #B63C6C;
}
.AnyTagClassName
{
color: #B63C6C;
}
</style>
background-color css
<style>
a { background-color: #B63C6C; }
a { background-color: rgb(182,60,108); }
div.DivClassName
{
background-color: #B63C6C;
}
.BgClassName
{
background-color: #B63C6C;
}
</style>
border-color css
<style>
span { border-color: #B63C6C; }
span { border-color: rgb(182,60,108); }
td.TdClassName
{
border-color: #B63C6C;
}
.TagClassName
{
border-color: #B63C6C;
}
</style>