Shades of Rouge #B73666
Tints of Rouge #B73666
RGB
CMYK
RGB Variations
Color information
#B73666 (or 0xB73666) is known color: Rouge. HEX triplet: B7, 36 and 66. RGB value is (183,54,102). Sum of RGB (Red+Green+Blue) = 183+54+102=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B73666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73666 is #48C999. Grayscale: #616161. Windows color (decimal): -4770202 or 6698679. OLE color: 6698679.
HSL color Cylindrical-coordinate representation of color #B73666: hue angle of 337.67º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73666 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 102 | - |
| CMYK | 0 | 0.70 | 0.44 | 0.28 |
| HSL | 337.67º | 0.54% | 0.46% | - |
| HSV(B) | 337.67º | 0.7% | 0.72% | - |
| XYZ | 23.25 | 13.66 | 13.98 | - |
| YUV | 98.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 102 | 0 | 0.70 | 0.44 | 0.28 | 337.67 | 0.54 | 0.46 |
| Hex | B7 | 36 | 66 | 0 | 46 | 2C | 1C | 152 | 36 | 2E |
| Octal | 267 | 66 | 146 | 0 | 106 | 54 | 34 | 522 | 66 | 56 |
| Binary | 10110111 | 110110 | 1100110 | 0 | 1000110 | 101100 | 11100 | 101010010 | 110110 | 101110 |
Color Harmonies of #B73666
Complementary color
Monochromatic Colors of #B73666
Black with #B73666
Text Example
Text Example
White with #B73666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73666; }
p { color: rgb(183,54,102); }
H1.HeaderClassName
{
color: #B73666;
}
.AnyTagClassName
{
color: #B73666;
}
</style>
background-color css
<style>
a { background-color: #B73666; }
a { background-color: rgb(183,54,102); }
div.DivClassName
{
background-color: #B73666;
}
.BgClassName
{
background-color: #B73666;
}
</style>
border-color css
<style>
span { border-color: #B73666; }
span { border-color: rgb(183,54,102); }
td.TdClassName
{
border-color: #B73666;
}
.TagClassName
{
border-color: #B73666;
}
</style>