Shades of Rouge #B73C65
Tints of Rouge #B73C65
RGB
CMYK
RGB Variations
Color information
#B73C65 (or 0xB73C65) is known color: Rouge. HEX triplet: B7, 3C and 65. RGB value is (183,60,101). Sum of RGB (Red+Green+Blue) = 183+60+101=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C65 is #48C39A. Grayscale: #656565. Windows color (decimal): -4768667 or 6634679. OLE color: 6634679.
HSL color Cylindrical-coordinate representation of color #B73C65: hue angle of 340º 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 #B73C65 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 101 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.28 |
| HSL | 340º | 0.51% | 0.48% | - |
| HSV(B) | 340º | 0.67% | 0.72% | - |
| XYZ | 23.49 | 14.24 | 13.82 | - |
| YUV | 101.45 | 127.75 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 101 | 0 | 0.67 | 0.45 | 0.28 | 340 | 0.51 | 0.48 |
| Hex | B7 | 3C | 65 | 0 | 43 | 2D | 1C | 154 | 33 | 30 |
| Octal | 267 | 74 | 145 | 0 | 103 | 55 | 34 | 524 | 63 | 60 |
| Binary | 10110111 | 111100 | 1100101 | 0 | 1000011 | 101101 | 11100 | 101010100 | 110011 | 110000 |
Color Harmonies of #B73C65
Complementary color
Monochromatic Colors of #B73C65
Black with #B73C65
Text Example
Text Example
White with #B73C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C65; }
p { color: rgb(183,60,101); }
H1.HeaderClassName
{
color: #B73C65;
}
.AnyTagClassName
{
color: #B73C65;
}
</style>
background-color css
<style>
a { background-color: #B73C65; }
a { background-color: rgb(183,60,101); }
div.DivClassName
{
background-color: #B73C65;
}
.BgClassName
{
background-color: #B73C65;
}
</style>
border-color css
<style>
span { border-color: #B73C65; }
span { border-color: rgb(183,60,101); }
td.TdClassName
{
border-color: #B73C65;
}
.TagClassName
{
border-color: #B73C65;
}
</style>