Shades of Rouge #B82B6A
Tints of Rouge #B82B6A
RGB
CMYK
RGB Variations
Color information
#B82B6A (or 0xB82B6A) is known color: Rouge. HEX triplet: B8, 2B and 6A. RGB value is (184,43,106). Sum of RGB (Red+Green+Blue) = 184+43+106=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82B6A is #47D495. Grayscale: #5C5C5C. Windows color (decimal): -4707478 or 6958008. OLE color: 6958008.
HSL color Cylindrical-coordinate representation of color #B82B6A: hue angle of 333.19º 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 #B82B6A is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 43 | 106 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.28 |
| HSL | 333.19º | 0.62% | 0.45% | - |
| HSV(B) | 333.19º | 0.77% | 0.72% | - |
| XYZ | 23.23 | 12.96 | 14.91 | - |
| YUV | 92.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 106 | 0 | 0.77 | 0.42 | 0.28 | 333.19 | 0.62 | 0.45 |
| Hex | B8 | 2B | 6A | 0 | 4D | 2A | 1C | 14D | 3E | 2D |
| Octal | 270 | 53 | 152 | 0 | 115 | 52 | 34 | 515 | 76 | 55 |
| Binary | 10111000 | 101011 | 1101010 | 0 | 1001101 | 101010 | 11100 | 101001101 | 111110 | 101101 |
Color Harmonies of #B82B6A
Complementary color
Monochromatic Colors of #B82B6A
Black with #B82B6A
Text Example
Text Example
White with #B82B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82B6A; }
p { color: rgb(184,43,106); }
H1.HeaderClassName
{
color: #B82B6A;
}
.AnyTagClassName
{
color: #B82B6A;
}
</style>
background-color css
<style>
a { background-color: #B82B6A; }
a { background-color: rgb(184,43,106); }
div.DivClassName
{
background-color: #B82B6A;
}
.BgClassName
{
background-color: #B82B6A;
}
</style>
border-color css
<style>
span { border-color: #B82B6A; }
span { border-color: rgb(184,43,106); }
td.TdClassName
{
border-color: #B82B6A;
}
.TagClassName
{
border-color: #B82B6A;
}
</style>