Shades of Rouge #B92565
Tints of Rouge #B92565
RGB
CMYK
RGB Variations
Color information
#B92565 (or 0xB92565) is known color: Rouge. HEX triplet: B9, 25 and 65. RGB value is (185,37,101). Sum of RGB (Red+Green+Blue) = 185+37+101=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B92565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92565 is #46DA9A. Grayscale: #585858. Windows color (decimal): -4643483 or 6628793. OLE color: 6628793.
HSL color Cylindrical-coordinate representation of color #B92565: hue angle of 334.05º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92565 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 101 | - |
| CMYK | 0 | 0.80 | 0.45 | 0.27 |
| HSL | 334.05º | 0.67% | 0.44% | - |
| HSV(B) | 334.05º | 0.8% | 0.73% | - |
| XYZ | 23.02 | 12.58 | 13.53 | - |
| YUV | 88.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 101 | 0 | 0.80 | 0.45 | 0.27 | 334.05 | 0.67 | 0.44 |
| Hex | B9 | 25 | 65 | 0 | 50 | 2D | 1B | 14E | 43 | 2C |
| Octal | 271 | 45 | 145 | 0 | 120 | 55 | 33 | 516 | 103 | 54 |
| Binary | 10111001 | 100101 | 1100101 | 0 | 1010000 | 101101 | 11011 | 101001110 | 1000011 | 101100 |
Color Harmonies of #B92565
Complementary color
Monochromatic Colors of #B92565
Black with #B92565
Text Example
Text Example
White with #B92565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92565; }
p { color: rgb(185,37,101); }
H1.HeaderClassName
{
color: #B92565;
}
.AnyTagClassName
{
color: #B92565;
}
</style>
background-color css
<style>
a { background-color: #B92565; }
a { background-color: rgb(185,37,101); }
div.DivClassName
{
background-color: #B92565;
}
.BgClassName
{
background-color: #B92565;
}
</style>
border-color css
<style>
span { border-color: #B92565; }
span { border-color: rgb(185,37,101); }
td.TdClassName
{
border-color: #B92565;
}
.TagClassName
{
border-color: #B92565;
}
</style>