Shades of Rouge #B6306C
Tints of Rouge #B6306C
RGB
CMYK
RGB Variations
Color information
#B6306C (or 0xB6306C) is known color: Rouge. HEX triplet: B6, 30 and 6C. RGB value is (182,48,108). Sum of RGB (Red+Green+Blue) = 182+48+108=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B6306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6306C is #49CF93. Grayscale: #5E5E5E. Windows color (decimal): -4837268 or 7090358. OLE color: 7090358.
HSL color Cylindrical-coordinate representation of color #B6306C: hue angle of 333.13º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6306C is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 108 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.29 |
| HSL | 333.13º | 0.58% | 0.45% | - |
| HSV(B) | 333.13º | 0.74% | 0.71% | - |
| XYZ | 23.06 | 13.14 | 15.51 | - |
| YUV | 94.91 | 135.39 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 108 | 0 | 0.74 | 0.41 | 0.29 | 333.13 | 0.58 | 0.45 |
| Hex | B6 | 30 | 6C | 0 | 4A | 29 | 1D | 14D | 3A | 2D |
| Octal | 266 | 60 | 154 | 0 | 112 | 51 | 35 | 515 | 72 | 55 |
| Binary | 10110110 | 110000 | 1101100 | 0 | 1001010 | 101001 | 11101 | 101001101 | 111010 | 101101 |
Color Harmonies of #B6306C
Complementary color
Monochromatic Colors of #B6306C
Black with #B6306C
Text Example
Text Example
White with #B6306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6306C; }
p { color: rgb(182,48,108); }
H1.HeaderClassName
{
color: #B6306C;
}
.AnyTagClassName
{
color: #B6306C;
}
</style>
background-color css
<style>
a { background-color: #B6306C; }
a { background-color: rgb(182,48,108); }
div.DivClassName
{
background-color: #B6306C;
}
.BgClassName
{
background-color: #B6306C;
}
</style>
border-color css
<style>
span { border-color: #B6306C; }
span { border-color: rgb(182,48,108); }
td.TdClassName
{
border-color: #B6306C;
}
.TagClassName
{
border-color: #B6306C;
}
</style>