Shades of Rouge #B83365
Tints of Rouge #B83365
RGB
CMYK
RGB Variations
Color information
#B83365 (or 0xB83365) is known color: Rouge. HEX triplet: B8, 33 and 65. RGB value is (184,51,101). Sum of RGB (Red+Green+Blue) = 184+51+101=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B83365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83365 is #47CC9A. Grayscale: #606060. Windows color (decimal): -4705435 or 6632376. OLE color: 6632376.
HSL color Cylindrical-coordinate representation of color #B83365: hue angle of 337.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83365 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 51 | 101 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.28 |
| HSL | 337.44º | 0.57% | 0.46% | - |
| HSV(B) | 337.44º | 0.72% | 0.72% | - |
| XYZ | 23.3 | 13.5 | 13.69 | - |
| YUV | 96.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 51 | 101 | 0 | 0.72 | 0.45 | 0.28 | 337.44 | 0.57 | 0.46 |
| Hex | B8 | 33 | 65 | 0 | 48 | 2D | 1C | 151 | 39 | 2E |
| Octal | 270 | 63 | 145 | 0 | 110 | 55 | 34 | 521 | 71 | 56 |
| Binary | 10111000 | 110011 | 1100101 | 0 | 1001000 | 101101 | 11100 | 101010001 | 111001 | 101110 |
Color Harmonies of #B83365
Complementary color
Monochromatic Colors of #B83365
Black with #B83365
Text Example
Text Example
White with #B83365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83365; }
p { color: rgb(184,51,101); }
H1.HeaderClassName
{
color: #B83365;
}
.AnyTagClassName
{
color: #B83365;
}
</style>
background-color css
<style>
a { background-color: #B83365; }
a { background-color: rgb(184,51,101); }
div.DivClassName
{
background-color: #B83365;
}
.BgClassName
{
background-color: #B83365;
}
</style>
border-color css
<style>
span { border-color: #B83365; }
span { border-color: rgb(184,51,101); }
td.TdClassName
{
border-color: #B83365;
}
.TagClassName
{
border-color: #B83365;
}
</style>