Shades of Rouge #B83666
Tints of Rouge #B83666
RGB
CMYK
RGB Variations
Color information
#B83666 (or 0xB83666) is known color: Rouge. HEX triplet: B8, 36 and 66. RGB value is (184,54,102). Sum of RGB (Red+Green+Blue) = 184+54+102=340 (45% of max value = 765). Red value is 184 (72.27% from 255 or 54.12% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 184 - color contains mainly: red. Hex color #B83666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83666 is #47C999. Grayscale: #626262. Windows color (decimal): -4704666 or 6698680. OLE color: 6698680.
HSL color Cylindrical-coordinate representation of color #B83666: hue angle of 337.85º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83666 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 102 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.28 |
| HSL | 337.85º | 0.55% | 0.47% | - |
| HSV(B) | 337.85º | 0.71% | 0.72% | - |
| XYZ | 23.48 | 13.79 | 13.99 | - |
| YUV | 98.34 | 130.07 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 102 | 0 | 0.71 | 0.45 | 0.28 | 337.85 | 0.55 | 0.47 |
| Hex | B8 | 36 | 66 | 0 | 47 | 2D | 1C | 152 | 37 | 2F |
| Octal | 270 | 66 | 146 | 0 | 107 | 55 | 34 | 522 | 67 | 57 |
| Binary | 10111000 | 110110 | 1100110 | 0 | 1000111 | 101101 | 11100 | 101010010 | 110111 | 101111 |
Color Harmonies of #B83666
Complementary color
Monochromatic Colors of #B83666
Black with #B83666
Text Example
Text Example
White with #B83666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83666; }
p { color: rgb(184,54,102); }
H1.HeaderClassName
{
color: #B83666;
}
.AnyTagClassName
{
color: #B83666;
}
</style>
background-color css
<style>
a { background-color: #B83666; }
a { background-color: rgb(184,54,102); }
div.DivClassName
{
background-color: #B83666;
}
.BgClassName
{
background-color: #B83666;
}
</style>
border-color css
<style>
span { border-color: #B83666; }
span { border-color: rgb(184,54,102); }
td.TdClassName
{
border-color: #B83666;
}
.TagClassName
{
border-color: #B83666;
}
</style>