Shades of Rouge #B82D6B
Tints of Rouge #B82D6B
RGB
CMYK
RGB Variations
Color information
#B82D6B (or 0xB82D6B) is known color: Rouge. HEX triplet: B8, 2D and 6B. RGB value is (184,45,107). Sum of RGB (Red+Green+Blue) = 184+45+107=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82D6B is #47D294. Grayscale: #5D5D5D. Windows color (decimal): -4706965 or 7024056. OLE color: 7024056.
HSL color Cylindrical-coordinate representation of color #B82D6B: hue angle of 333.24º 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 #B82D6B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 107 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.28 |
| HSL | 333.24º | 0.61% | 0.45% | - |
| HSV(B) | 333.24º | 0.76% | 0.72% | - |
| XYZ | 23.36 | 13.13 | 15.21 | - |
| YUV | 93.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 107 | 0 | 0.76 | 0.42 | 0.28 | 333.24 | 0.61 | 0.45 |
| Hex | B8 | 2D | 6B | 0 | 4C | 2A | 1C | 14D | 3D | 2D |
| Octal | 270 | 55 | 153 | 0 | 114 | 52 | 34 | 515 | 75 | 55 |
| Binary | 10111000 | 101101 | 1101011 | 0 | 1001100 | 101010 | 11100 | 101001101 | 111101 | 101101 |
Color Harmonies of #B82D6B
Complementary color
Monochromatic Colors of #B82D6B
Black with #B82D6B
Text Example
Text Example
White with #B82D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D6B; }
p { color: rgb(184,45,107); }
H1.HeaderClassName
{
color: #B82D6B;
}
.AnyTagClassName
{
color: #B82D6B;
}
</style>
background-color css
<style>
a { background-color: #B82D6B; }
a { background-color: rgb(184,45,107); }
div.DivClassName
{
background-color: #B82D6B;
}
.BgClassName
{
background-color: #B82D6B;
}
</style>
border-color css
<style>
span { border-color: #B82D6B; }
span { border-color: rgb(184,45,107); }
td.TdClassName
{
border-color: #B82D6B;
}
.TagClassName
{
border-color: #B82D6B;
}
</style>