Shades of Rouge #B73C68
Tints of Rouge #B73C68
RGB
CMYK
RGB Variations
Color information
#B73C68 (or 0xB73C68) is known color: Rouge. HEX triplet: B7, 3C and 68. RGB value is (183,60,104). Sum of RGB (Red+Green+Blue) = 183+60+104=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C68 is #48C397. Grayscale: #656565. Windows color (decimal): -4768664 or 6831287. OLE color: 6831287.
HSL color Cylindrical-coordinate representation of color #B73C68: hue angle of 338.54º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73C68 is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 104 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.28 |
| HSL | 338.54º | 0.51% | 0.48% | - |
| HSV(B) | 338.54º | 0.67% | 0.72% | - |
| XYZ | 23.64 | 14.3 | 14.61 | - |
| YUV | 101.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 104 | 0 | 0.67 | 0.43 | 0.28 | 338.54 | 0.51 | 0.48 |
| Hex | B7 | 3C | 68 | 0 | 43 | 2B | 1C | 153 | 33 | 30 |
| Octal | 267 | 74 | 150 | 0 | 103 | 53 | 34 | 523 | 63 | 60 |
| Binary | 10110111 | 111100 | 1101000 | 0 | 1000011 | 101011 | 11100 | 101010011 | 110011 | 110000 |
Color Harmonies of #B73C68
Complementary color
Monochromatic Colors of #B73C68
Black with #B73C68
Text Example
Text Example
White with #B73C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C68; }
p { color: rgb(183,60,104); }
H1.HeaderClassName
{
color: #B73C68;
}
.AnyTagClassName
{
color: #B73C68;
}
</style>
background-color css
<style>
a { background-color: #B73C68; }
a { background-color: rgb(183,60,104); }
div.DivClassName
{
background-color: #B73C68;
}
.BgClassName
{
background-color: #B73C68;
}
</style>
border-color css
<style>
span { border-color: #B73C68; }
span { border-color: rgb(183,60,104); }
td.TdClassName
{
border-color: #B73C68;
}
.TagClassName
{
border-color: #B73C68;
}
</style>