Shades of Rouge #B82D60
Tints of Rouge #B82D60
RGB
CMYK
RGB Variations
Color information
#B82D60 (or 0xB82D60) is known color: Rouge. HEX triplet: B8, 2D and 60. RGB value is (184,45,96). Sum of RGB (Red+Green+Blue) = 184+45+96=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82D60 is #47D29F. Grayscale: #5C5C5C. Windows color (decimal): -4706976 or 6303160. OLE color: 6303160.
HSL color Cylindrical-coordinate representation of color #B82D60: hue angle of 337.99º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D60 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 96 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.28 |
| HSL | 337.99º | 0.61% | 0.45% | - |
| HSV(B) | 337.99º | 0.76% | 0.72% | - |
| XYZ | 22.82 | 12.91 | 12.36 | - |
| YUV | 92.38 | 130.05 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 96 | 0 | 0.76 | 0.48 | 0.28 | 337.99 | 0.61 | 0.45 |
| Hex | B8 | 2D | 60 | 0 | 4C | 30 | 1C | 152 | 3D | 2D |
| Octal | 270 | 55 | 140 | 0 | 114 | 60 | 34 | 522 | 75 | 55 |
| Binary | 10111000 | 101101 | 1100000 | 0 | 1001100 | 110000 | 11100 | 101010010 | 111101 | 101101 |
Color Harmonies of #B82D60
Complementary color
Monochromatic Colors of #B82D60
Black with #B82D60
Text Example
Text Example
White with #B82D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D60; }
p { color: rgb(184,45,96); }
H1.HeaderClassName
{
color: #B82D60;
}
.AnyTagClassName
{
color: #B82D60;
}
</style>
background-color css
<style>
a { background-color: #B82D60; }
a { background-color: rgb(184,45,96); }
div.DivClassName
{
background-color: #B82D60;
}
.BgClassName
{
background-color: #B82D60;
}
</style>
border-color css
<style>
span { border-color: #B82D60; }
span { border-color: rgb(184,45,96); }
td.TdClassName
{
border-color: #B82D60;
}
.TagClassName
{
border-color: #B82D60;
}
</style>