Shades of Rouge #B82B6C
Tints of Rouge #B82B6C
RGB
CMYK
RGB Variations
Color information
#B82B6C (or 0xB82B6C) is known color: Rouge. HEX triplet: B8, 2B and 6C. RGB value is (184,43,108). Sum of RGB (Red+Green+Blue) = 184+43+108=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 43 (17.19% from 255 or 12.84% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82B6C is #47D493. Grayscale: #5C5C5C. Windows color (decimal): -4707476 or 7089080. OLE color: 7089080.
HSL color Cylindrical-coordinate representation of color #B82B6C: hue angle of 332.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82B6C is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 108 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.28 |
| HSL | 332.34º | 0.62% | 0.45% | - |
| HSV(B) | 332.34º | 0.77% | 0.72% | - |
| XYZ | 23.34 | 13 | 15.47 | - |
| YUV | 92.57 | 136.71 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 108 | 0 | 0.77 | 0.41 | 0.28 | 332.34 | 0.62 | 0.45 |
| Hex | B8 | 2B | 6C | 0 | 4D | 29 | 1C | 14C | 3E | 2D |
| Octal | 270 | 53 | 154 | 0 | 115 | 51 | 34 | 514 | 76 | 55 |
| Binary | 10111000 | 101011 | 1101100 | 0 | 1001101 | 101001 | 11100 | 101001100 | 111110 | 101101 |
Color Harmonies of #B82B6C
Complementary color
Monochromatic Colors of #B82B6C
Black with #B82B6C
Text Example
Text Example
White with #B82B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82B6C; }
p { color: rgb(184,43,108); }
H1.HeaderClassName
{
color: #B82B6C;
}
.AnyTagClassName
{
color: #B82B6C;
}
</style>
background-color css
<style>
a { background-color: #B82B6C; }
a { background-color: rgb(184,43,108); }
div.DivClassName
{
background-color: #B82B6C;
}
.BgClassName
{
background-color: #B82B6C;
}
</style>
border-color css
<style>
span { border-color: #B82B6C; }
span { border-color: rgb(184,43,108); }
td.TdClassName
{
border-color: #B82B6C;
}
.TagClassName
{
border-color: #B82B6C;
}
</style>