Shades of Rouge #B82766
Tints of Rouge #B82766
RGB
CMYK
RGB Variations
Color information
#B82766 (or 0xB82766) is known color: Rouge. HEX triplet: B8, 27 and 66. RGB value is (184,39,102). Sum of RGB (Red+Green+Blue) = 184+39+102=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B82766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82766 is #47D899. Grayscale: #595959. Windows color (decimal): -4708506 or 6694840. OLE color: 6694840.
HSL color Cylindrical-coordinate representation of color #B82766: hue angle of 333.93º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82766 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 102 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.28 |
| HSL | 333.93º | 0.65% | 0.44% | - |
| HSV(B) | 333.93º | 0.79% | 0.72% | - |
| XYZ | 22.89 | 12.6 | 13.8 | - |
| YUV | 89.54 | 135.04 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 102 | 0 | 0.79 | 0.45 | 0.28 | 333.93 | 0.65 | 0.44 |
| Hex | B8 | 27 | 66 | 0 | 4F | 2D | 1C | 14E | 41 | 2C |
| Octal | 270 | 47 | 146 | 0 | 117 | 55 | 34 | 516 | 101 | 54 |
| Binary | 10111000 | 100111 | 1100110 | 0 | 1001111 | 101101 | 11100 | 101001110 | 1000001 | 101100 |
Color Harmonies of #B82766
Complementary color
Monochromatic Colors of #B82766
Black with #B82766
Text Example
Text Example
White with #B82766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82766; }
p { color: rgb(184,39,102); }
H1.HeaderClassName
{
color: #B82766;
}
.AnyTagClassName
{
color: #B82766;
}
</style>
background-color css
<style>
a { background-color: #B82766; }
a { background-color: rgb(184,39,102); }
div.DivClassName
{
background-color: #B82766;
}
.BgClassName
{
background-color: #B82766;
}
</style>
border-color css
<style>
span { border-color: #B82766; }
span { border-color: rgb(184,39,102); }
td.TdClassName
{
border-color: #B82766;
}
.TagClassName
{
border-color: #B82766;
}
</style>