Shades of Rouge #B83266
Tints of Rouge #B83266
RGB
CMYK
RGB Variations
Color information
#B83266 (or 0xB83266) is known color: Rouge. HEX triplet: B8, 32 and 66. RGB value is (184,50,102). Sum of RGB (Red+Green+Blue) = 184+50+102=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B83266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83266 is #47CD99. Grayscale: #5F5F5F. Windows color (decimal): -4705690 or 6697656. OLE color: 6697656.
HSL color Cylindrical-coordinate representation of color #B83266: hue angle of 336.72º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83266 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 102 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.28 |
| HSL | 336.72º | 0.57% | 0.46% | - |
| HSV(B) | 336.72º | 0.73% | 0.72% | - |
| XYZ | 23.31 | 13.43 | 13.93 | - |
| YUV | 95.99 | 131.39 | 190.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 102 | 0 | 0.73 | 0.45 | 0.28 | 336.72 | 0.57 | 0.46 |
| Hex | B8 | 32 | 66 | 0 | 49 | 2D | 1C | 151 | 39 | 2E |
| Octal | 270 | 62 | 146 | 0 | 111 | 55 | 34 | 521 | 71 | 56 |
| Binary | 10111000 | 110010 | 1100110 | 0 | 1001001 | 101101 | 11100 | 101010001 | 111001 | 101110 |
Color Harmonies of #B83266
Complementary color
Monochromatic Colors of #B83266
Black with #B83266
Text Example
Text Example
White with #B83266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83266; }
p { color: rgb(184,50,102); }
H1.HeaderClassName
{
color: #B83266;
}
.AnyTagClassName
{
color: #B83266;
}
</style>
background-color css
<style>
a { background-color: #B83266; }
a { background-color: rgb(184,50,102); }
div.DivClassName
{
background-color: #B83266;
}
.BgClassName
{
background-color: #B83266;
}
</style>
border-color css
<style>
span { border-color: #B83266; }
span { border-color: rgb(184,50,102); }
td.TdClassName
{
border-color: #B83266;
}
.TagClassName
{
border-color: #B83266;
}
</style>