Shades of Rouge #B83265
Tints of Rouge #B83265
RGB
CMYK
RGB Variations
Color information
#B83265 (or 0xB83265) is known color: Rouge. HEX triplet: B8, 32 and 65. RGB value is (184,50,101). Sum of RGB (Red+Green+Blue) = 184+50+101=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B83265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83265 is #47CD9A. Grayscale: #5F5F5F. Windows color (decimal): -4705691 or 6632120. OLE color: 6632120.
HSL color Cylindrical-coordinate representation of color #B83265: hue angle of 337.16º 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 #B83265 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 50 | 101 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.28 |
| HSL | 337.16º | 0.57% | 0.46% | - |
| HSV(B) | 337.16º | 0.73% | 0.72% | - |
| XYZ | 23.26 | 13.41 | 13.67 | - |
| YUV | 95.88 | 130.89 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 50 | 101 | 0 | 0.73 | 0.45 | 0.28 | 337.16 | 0.57 | 0.46 |
| Hex | B8 | 32 | 65 | 0 | 49 | 2D | 1C | 151 | 39 | 2E |
| Octal | 270 | 62 | 145 | 0 | 111 | 55 | 34 | 521 | 71 | 56 |
| Binary | 10111000 | 110010 | 1100101 | 0 | 1001001 | 101101 | 11100 | 101010001 | 111001 | 101110 |
Color Harmonies of #B83265
Complementary color
Monochromatic Colors of #B83265
Black with #B83265
Text Example
Text Example
White with #B83265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83265; }
p { color: rgb(184,50,101); }
H1.HeaderClassName
{
color: #B83265;
}
.AnyTagClassName
{
color: #B83265;
}
</style>
background-color css
<style>
a { background-color: #B83265; }
a { background-color: rgb(184,50,101); }
div.DivClassName
{
background-color: #B83265;
}
.BgClassName
{
background-color: #B83265;
}
</style>
border-color css
<style>
span { border-color: #B83265; }
span { border-color: rgb(184,50,101); }
td.TdClassName
{
border-color: #B83265;
}
.TagClassName
{
border-color: #B83265;
}
</style>