Shades of Rouge #B92963
Tints of Rouge #B92963
RGB
CMYK
RGB Variations
Color information
#B92963 (or 0xB92963) is known color: Rouge. HEX triplet: B9, 29 and 63. RGB value is (185,41,99). Sum of RGB (Red+Green+Blue) = 185+41+99=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B92963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92963 is #46D69C. Grayscale: #5A5A5A. Windows color (decimal): -4642461 or 6498745. OLE color: 6498745.
HSL color Cylindrical-coordinate representation of color #B92963: hue angle of 335.83º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92963 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 99 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.27 |
| HSL | 335.83º | 0.64% | 0.44% | - |
| HSV(B) | 335.83º | 0.78% | 0.73% | - |
| XYZ | 23.05 | 12.8 | 13.06 | - |
| YUV | 90.67 | 132.71 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 99 | 0 | 0.78 | 0.46 | 0.27 | 335.83 | 0.64 | 0.44 |
| Hex | B9 | 29 | 63 | 0 | 4E | 2E | 1B | 150 | 40 | 2C |
| Octal | 271 | 51 | 143 | 0 | 116 | 56 | 33 | 520 | 100 | 54 |
| Binary | 10111001 | 101001 | 1100011 | 0 | 1001110 | 101110 | 11011 | 101010000 | 1000000 | 101100 |
Color Harmonies of #B92963
Complementary color
Monochromatic Colors of #B92963
Black with #B92963
Text Example
Text Example
White with #B92963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92963; }
p { color: rgb(185,41,99); }
H1.HeaderClassName
{
color: #B92963;
}
.AnyTagClassName
{
color: #B92963;
}
</style>
background-color css
<style>
a { background-color: #B92963; }
a { background-color: rgb(185,41,99); }
div.DivClassName
{
background-color: #B92963;
}
.BgClassName
{
background-color: #B92963;
}
</style>
border-color css
<style>
span { border-color: #B92963; }
span { border-color: rgb(185,41,99); }
td.TdClassName
{
border-color: #B92963;
}
.TagClassName
{
border-color: #B92963;
}
</style>