Shades of Rouge #B92E6C
Tints of Rouge #B92E6C
RGB
CMYK
RGB Variations
Color information
#B92E6C (or 0xB92E6C) is known color: Rouge. HEX triplet: B9, 2E and 6C. RGB value is (185,46,108). Sum of RGB (Red+Green+Blue) = 185+46+108=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B92E6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92E6C is #46D193. Grayscale: #5E5E5E. Windows color (decimal): -4641172 or 7089849. OLE color: 7089849.
HSL color Cylindrical-coordinate representation of color #B92E6C: hue angle of 333.24º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B92E6C is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 46 | 108 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.27 |
| HSL | 333.24º | 0.6% | 0.45% | - |
| HSV(B) | 333.24º | 0.75% | 0.73% | - |
| XYZ | 23.69 | 13.35 | 15.52 | - |
| YUV | 94.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 108 | 0 | 0.75 | 0.42 | 0.27 | 333.24 | 0.6 | 0.45 |
| Hex | B9 | 2E | 6C | 0 | 4B | 2A | 1B | 14D | 3C | 2D |
| Octal | 271 | 56 | 154 | 0 | 113 | 52 | 33 | 515 | 74 | 55 |
| Binary | 10111001 | 101110 | 1101100 | 0 | 1001011 | 101010 | 11011 | 101001101 | 111100 | 101101 |
Color Harmonies of #B92E6C
Complementary color
Monochromatic Colors of #B92E6C
Black with #B92E6C
Text Example
Text Example
White with #B92E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92E6C; }
p { color: rgb(185,46,108); }
H1.HeaderClassName
{
color: #B92E6C;
}
.AnyTagClassName
{
color: #B92E6C;
}
</style>
background-color css
<style>
a { background-color: #B92E6C; }
a { background-color: rgb(185,46,108); }
div.DivClassName
{
background-color: #B92E6C;
}
.BgClassName
{
background-color: #B92E6C;
}
</style>
border-color css
<style>
span { border-color: #B92E6C; }
span { border-color: rgb(185,46,108); }
td.TdClassName
{
border-color: #B92E6C;
}
.TagClassName
{
border-color: #B92E6C;
}
</style>