Shades of Rouge #B92F63
Tints of Rouge #B92F63
RGB
CMYK
RGB Variations
Color information
#B92F63 (or 0xB92F63) is known color: Rouge. HEX triplet: B9, 2F and 63. RGB value is (185,47,99). Sum of RGB (Red+Green+Blue) = 185+47+99=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92F63 is #46D09C. Grayscale: #5E5E5E. Windows color (decimal): -4640925 or 6500281. OLE color: 6500281.
HSL color Cylindrical-coordinate representation of color #B92F63: hue angle of 337.39º degrees, saturation: 0.59, 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 #B92F63 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 47 | 99 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.27 |
| HSL | 337.39º | 0.59% | 0.45% | - |
| HSV(B) | 337.39º | 0.75% | 0.73% | - |
| XYZ | 23.28 | 13.25 | 13.13 | - |
| YUV | 94.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 47 | 99 | 0 | 0.75 | 0.46 | 0.27 | 337.39 | 0.59 | 0.45 |
| Hex | B9 | 2F | 63 | 0 | 4B | 2E | 1B | 151 | 3B | 2D |
| Octal | 271 | 57 | 143 | 0 | 113 | 56 | 33 | 521 | 73 | 55 |
| Binary | 10111001 | 101111 | 1100011 | 0 | 1001011 | 101110 | 11011 | 101010001 | 111011 | 101101 |
Color Harmonies of #B92F63
Complementary color
Monochromatic Colors of #B92F63
Black with #B92F63
Text Example
Text Example
White with #B92F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92F63; }
p { color: rgb(185,47,99); }
H1.HeaderClassName
{
color: #B92F63;
}
.AnyTagClassName
{
color: #B92F63;
}
</style>
background-color css
<style>
a { background-color: #B92F63; }
a { background-color: rgb(185,47,99); }
div.DivClassName
{
background-color: #B92F63;
}
.BgClassName
{
background-color: #B92F63;
}
</style>
border-color css
<style>
span { border-color: #B92F63; }
span { border-color: rgb(185,47,99); }
td.TdClassName
{
border-color: #B92F63;
}
.TagClassName
{
border-color: #B92F63;
}
</style>