Shades of Rouge #B82E6A
Tints of Rouge #B82E6A
RGB
CMYK
RGB Variations
Color information
#B82E6A (or 0xB82E6A) is known color: Rouge. HEX triplet: B8, 2E and 6A. RGB value is (184,46,106). Sum of RGB (Red+Green+Blue) = 184+46+106=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B82E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82E6A is #47D195. Grayscale: #5D5D5D. Windows color (decimal): -4706710 or 6958776. OLE color: 6958776.
HSL color Cylindrical-coordinate representation of color #B82E6A: hue angle of 333.91º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B82E6A is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 46 | 106 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.28 |
| HSL | 333.91º | 0.6% | 0.45% | - |
| HSV(B) | 333.91º | 0.75% | 0.72% | - |
| XYZ | 23.35 | 13.18 | 14.95 | - |
| YUV | 94.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 106 | 0 | 0.75 | 0.42 | 0.28 | 333.91 | 0.6 | 0.45 |
| Hex | B8 | 2E | 6A | 0 | 4B | 2A | 1C | 14E | 3C | 2D |
| Octal | 270 | 56 | 152 | 0 | 113 | 52 | 34 | 516 | 74 | 55 |
| Binary | 10111000 | 101110 | 1101010 | 0 | 1001011 | 101010 | 11100 | 101001110 | 111100 | 101101 |
Color Harmonies of #B82E6A
Complementary color
Monochromatic Colors of #B82E6A
Black with #B82E6A
Text Example
Text Example
White with #B82E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82E6A; }
p { color: rgb(184,46,106); }
H1.HeaderClassName
{
color: #B82E6A;
}
.AnyTagClassName
{
color: #B82E6A;
}
</style>
background-color css
<style>
a { background-color: #B82E6A; }
a { background-color: rgb(184,46,106); }
div.DivClassName
{
background-color: #B82E6A;
}
.BgClassName
{
background-color: #B82E6A;
}
</style>
border-color css
<style>
span { border-color: #B82E6A; }
span { border-color: rgb(184,46,106); }
td.TdClassName
{
border-color: #B82E6A;
}
.TagClassName
{
border-color: #B82E6A;
}
</style>