Shades of Rouge #B73665
Tints of Rouge #B73665
RGB
CMYK
RGB Variations
Color information
#B73665 (or 0xB73665) is known color: Rouge. HEX triplet: B7, 36 and 65. RGB value is (183,54,101). Sum of RGB (Red+Green+Blue) = 183+54+101=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B73665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73665 is #48C99A. Grayscale: #616161. Windows color (decimal): -4770203 or 6633143. OLE color: 6633143.
HSL color Cylindrical-coordinate representation of color #B73665: hue angle of 338.14º 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 #B73665 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 101 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.28 |
| HSL | 338.14º | 0.54% | 0.46% | - |
| HSV(B) | 338.14º | 0.7% | 0.72% | - |
| XYZ | 23.2 | 13.65 | 13.72 | - |
| YUV | 97.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 101 | 0 | 0.70 | 0.45 | 0.28 | 338.14 | 0.54 | 0.46 |
| Hex | B7 | 36 | 65 | 0 | 46 | 2D | 1C | 152 | 36 | 2E |
| Octal | 267 | 66 | 145 | 0 | 106 | 55 | 34 | 522 | 66 | 56 |
| Binary | 10110111 | 110110 | 1100101 | 0 | 1000110 | 101101 | 11100 | 101010010 | 110110 | 101110 |
Color Harmonies of #B73665
Complementary color
Monochromatic Colors of #B73665
Black with #B73665
Text Example
Text Example
White with #B73665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73665; }
p { color: rgb(183,54,101); }
H1.HeaderClassName
{
color: #B73665;
}
.AnyTagClassName
{
color: #B73665;
}
</style>
background-color css
<style>
a { background-color: #B73665; }
a { background-color: rgb(183,54,101); }
div.DivClassName
{
background-color: #B73665;
}
.BgClassName
{
background-color: #B73665;
}
</style>
border-color css
<style>
span { border-color: #B73665; }
span { border-color: rgb(183,54,101); }
td.TdClassName
{
border-color: #B73665;
}
.TagClassName
{
border-color: #B73665;
}
</style>