Shades of Rouge #B93465
Tints of Rouge #B93465
RGB
CMYK
RGB Variations
Color information
#B93465 (or 0xB93465) is known color: Rouge. HEX triplet: B9, 34 and 65. RGB value is (185,52,101). Sum of RGB (Red+Green+Blue) = 185+52+101=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B93465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93465 is #46CB9A. Grayscale: #616161. Windows color (decimal): -4639643 or 6632633. OLE color: 6632633.
HSL color Cylindrical-coordinate representation of color #B93465: hue angle of 337.89º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93465 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 52 | 101 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.27 |
| HSL | 337.89º | 0.56% | 0.46% | - |
| HSV(B) | 337.89º | 0.72% | 0.73% | - |
| XYZ | 23.58 | 13.71 | 13.72 | - |
| YUV | 97.35 | 130.06 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 101 | 0 | 0.72 | 0.45 | 0.27 | 337.89 | 0.56 | 0.46 |
| Hex | B9 | 34 | 65 | 0 | 48 | 2D | 1B | 152 | 38 | 2E |
| Octal | 271 | 64 | 145 | 0 | 110 | 55 | 33 | 522 | 70 | 56 |
| Binary | 10111001 | 110100 | 1100101 | 0 | 1001000 | 101101 | 11011 | 101010010 | 111000 | 101110 |
Color Harmonies of #B93465
Complementary color
Monochromatic Colors of #B93465
Black with #B93465
Text Example
Text Example
White with #B93465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93465; }
p { color: rgb(185,52,101); }
H1.HeaderClassName
{
color: #B93465;
}
.AnyTagClassName
{
color: #B93465;
}
</style>
background-color css
<style>
a { background-color: #B93465; }
a { background-color: rgb(185,52,101); }
div.DivClassName
{
background-color: #B93465;
}
.BgClassName
{
background-color: #B93465;
}
</style>
border-color css
<style>
span { border-color: #B93465; }
span { border-color: rgb(185,52,101); }
td.TdClassName
{
border-color: #B93465;
}
.TagClassName
{
border-color: #B93465;
}
</style>