Shades of Rouge #B82565
Tints of Rouge #B82565
RGB
CMYK
RGB Variations
Color information
#B82565 (or 0xB82565) is known color: Rouge. HEX triplet: B8, 25 and 65. RGB value is (184,37,101). Sum of RGB (Red+Green+Blue) = 184+37+101=322 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.14% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 184 - color contains mainly: red. Hex color #B82565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82565 is #47DA9A. Grayscale: #585858. Windows color (decimal): -4709019 or 6628792. OLE color: 6628792.
HSL color Cylindrical-coordinate representation of color #B82565: hue angle of 333.88º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82565 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 101 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.28 |
| HSL | 333.88º | 0.67% | 0.43% | - |
| HSV(B) | 333.88º | 0.8% | 0.72% | - |
| XYZ | 22.78 | 12.45 | 13.52 | - |
| YUV | 88.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 101 | 0 | 0.80 | 0.45 | 0.28 | 333.88 | 0.67 | 0.43 |
| Hex | B8 | 25 | 65 | 0 | 50 | 2D | 1C | 14E | 43 | 2B |
| Octal | 270 | 45 | 145 | 0 | 120 | 55 | 34 | 516 | 103 | 53 |
| Binary | 10111000 | 100101 | 1100101 | 0 | 1010000 | 101101 | 11100 | 101001110 | 1000011 | 101011 |
Color Harmonies of #B82565
Complementary color
Monochromatic Colors of #B82565
Black with #B82565
Text Example
Text Example
White with #B82565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82565; }
p { color: rgb(184,37,101); }
H1.HeaderClassName
{
color: #B82565;
}
.AnyTagClassName
{
color: #B82565;
}
</style>
background-color css
<style>
a { background-color: #B82565; }
a { background-color: rgb(184,37,101); }
div.DivClassName
{
background-color: #B82565;
}
.BgClassName
{
background-color: #B82565;
}
</style>
border-color css
<style>
span { border-color: #B82565; }
span { border-color: rgb(184,37,101); }
td.TdClassName
{
border-color: #B82565;
}
.TagClassName
{
border-color: #B82565;
}
</style>