Shades of Rouge #B83766
Tints of Rouge #B83766
RGB
CMYK
RGB Variations
Color information
#B83766 (or 0xB83766) is known color: Rouge. HEX triplet: B8, 37 and 66. RGB value is (184,55,102). Sum of RGB (Red+Green+Blue) = 184+55+102=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B83766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83766 is #47C899. Grayscale: #626262. Windows color (decimal): -4704410 or 6698936. OLE color: 6698936.
HSL color Cylindrical-coordinate representation of color #B83766: hue angle of 338.14º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83766 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 102 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.28 |
| HSL | 338.14º | 0.54% | 0.47% | - |
| HSV(B) | 338.14º | 0.7% | 0.72% | - |
| XYZ | 23.53 | 13.88 | 14.01 | - |
| YUV | 98.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 102 | 0 | 0.70 | 0.45 | 0.28 | 338.14 | 0.54 | 0.47 |
| Hex | B8 | 37 | 66 | 0 | 46 | 2D | 1C | 152 | 36 | 2F |
| Octal | 270 | 67 | 146 | 0 | 106 | 55 | 34 | 522 | 66 | 57 |
| Binary | 10111000 | 110111 | 1100110 | 0 | 1000110 | 101101 | 11100 | 101010010 | 110110 | 101111 |
Color Harmonies of #B83766
Complementary color
Monochromatic Colors of #B83766
Black with #B83766
Text Example
Text Example
White with #B83766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83766; }
p { color: rgb(184,55,102); }
H1.HeaderClassName
{
color: #B83766;
}
.AnyTagClassName
{
color: #B83766;
}
</style>
background-color css
<style>
a { background-color: #B83766; }
a { background-color: rgb(184,55,102); }
div.DivClassName
{
background-color: #B83766;
}
.BgClassName
{
background-color: #B83766;
}
</style>
border-color css
<style>
span { border-color: #B83766; }
span { border-color: rgb(184,55,102); }
td.TdClassName
{
border-color: #B83766;
}
.TagClassName
{
border-color: #B83766;
}
</style>