Shades of Rouge #B92863
Tints of Rouge #B92863
RGB
CMYK
RGB Variations
Color information
#B92863 (or 0xB92863) is known color: Rouge. HEX triplet: B9, 28 and 63. RGB value is (185,40,99). Sum of RGB (Red+Green+Blue) = 185+40+99=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B92863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92863 is #46D79C. Grayscale: #595959. Windows color (decimal): -4642717 or 6498489. OLE color: 6498489.
HSL color Cylindrical-coordinate representation of color #B92863: hue angle of 335.59º 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 #B92863 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 40 | 99 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.27 |
| HSL | 335.59º | 0.64% | 0.44% | - |
| HSV(B) | 335.59º | 0.78% | 0.73% | - |
| XYZ | 23.02 | 12.73 | 13.05 | - |
| YUV | 90.08 | 133.04 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 99 | 0 | 0.78 | 0.46 | 0.27 | 335.59 | 0.64 | 0.44 |
| Hex | B9 | 28 | 63 | 0 | 4E | 2E | 1B | 150 | 40 | 2C |
| Octal | 271 | 50 | 143 | 0 | 116 | 56 | 33 | 520 | 100 | 54 |
| Binary | 10111001 | 101000 | 1100011 | 0 | 1001110 | 101110 | 11011 | 101010000 | 1000000 | 101100 |
Color Harmonies of #B92863
Complementary color
Monochromatic Colors of #B92863
Black with #B92863
Text Example
Text Example
White with #B92863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92863; }
p { color: rgb(185,40,99); }
H1.HeaderClassName
{
color: #B92863;
}
.AnyTagClassName
{
color: #B92863;
}
</style>
background-color css
<style>
a { background-color: #B92863; }
a { background-color: rgb(185,40,99); }
div.DivClassName
{
background-color: #B92863;
}
.BgClassName
{
background-color: #B92863;
}
</style>
border-color css
<style>
span { border-color: #B92863; }
span { border-color: rgb(185,40,99); }
td.TdClassName
{
border-color: #B92863;
}
.TagClassName
{
border-color: #B92863;
}
</style>