Shades of Rouge #B93565
Tints of Rouge #B93565
RGB
CMYK
RGB Variations
Color information
#B93565 (or 0xB93565) is known color: Rouge. HEX triplet: B9, 35 and 65. RGB value is (185,53,101). Sum of RGB (Red+Green+Blue) = 185+53+101=339 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.57% from 339); Green value is 53 (21.09% from 255 or 15.63% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 185 - color contains mainly: red. Hex color #B93565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93565 is #46CA9A. Grayscale: #616161. Windows color (decimal): -4639387 or 6632889. OLE color: 6632889.
HSL color Cylindrical-coordinate representation of color #B93565: hue angle of 338.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93565 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 101 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.27 |
| HSL | 338.18º | 0.55% | 0.47% | - |
| HSV(B) | 338.18º | 0.71% | 0.73% | - |
| XYZ | 23.63 | 13.8 | 13.73 | - |
| YUV | 97.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 101 | 0 | 0.71 | 0.45 | 0.27 | 338.18 | 0.55 | 0.47 |
| Hex | B9 | 35 | 65 | 0 | 47 | 2D | 1B | 152 | 37 | 2F |
| Octal | 271 | 65 | 145 | 0 | 107 | 55 | 33 | 522 | 67 | 57 |
| Binary | 10111001 | 110101 | 1100101 | 0 | 1000111 | 101101 | 11011 | 101010010 | 110111 | 101111 |
Color Harmonies of #B93565
Complementary color
Monochromatic Colors of #B93565
Black with #B93565
Text Example
Text Example
White with #B93565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93565; }
p { color: rgb(185,53,101); }
H1.HeaderClassName
{
color: #B93565;
}
.AnyTagClassName
{
color: #B93565;
}
</style>
background-color css
<style>
a { background-color: #B93565; }
a { background-color: rgb(185,53,101); }
div.DivClassName
{
background-color: #B93565;
}
.BgClassName
{
background-color: #B93565;
}
</style>
border-color css
<style>
span { border-color: #B93565; }
span { border-color: rgb(185,53,101); }
td.TdClassName
{
border-color: #B93565;
}
.TagClassName
{
border-color: #B93565;
}
</style>