Shades of Rouge #B93B64
Tints of Rouge #B93B64
RGB
CMYK
RGB Variations
Color information
#B93B64 (or 0xB93B64) is known color: Rouge. HEX triplet: B9, 3B and 64. RGB value is (185,59,100). Sum of RGB (Red+Green+Blue) = 185+59+100=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 59 (23.44% from 255 or 17.15% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93B64 is #46C49B. Grayscale: #656565. Windows color (decimal): -4637852 or 6568889. OLE color: 6568889.
HSL color Cylindrical-coordinate representation of color #B93B64: hue angle of 340.48º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B93B64 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 59 | 100 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.27 |
| HSL | 340.48º | 0.52% | 0.48% | - |
| HSV(B) | 340.48º | 0.68% | 0.73% | - |
| XYZ | 23.87 | 14.36 | 13.57 | - |
| YUV | 101.35 | 127.24 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 59 | 100 | 0 | 0.68 | 0.46 | 0.27 | 340.48 | 0.52 | 0.48 |
| Hex | B9 | 3B | 64 | 0 | 44 | 2E | 1B | 154 | 34 | 30 |
| Octal | 271 | 73 | 144 | 0 | 104 | 56 | 33 | 524 | 64 | 60 |
| Binary | 10111001 | 111011 | 1100100 | 0 | 1000100 | 101110 | 11011 | 101010100 | 110100 | 110000 |
Color Harmonies of #B93B64
Complementary color
Monochromatic Colors of #B93B64
Black with #B93B64
Text Example
Text Example
White with #B93B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93B64; }
p { color: rgb(185,59,100); }
H1.HeaderClassName
{
color: #B93B64;
}
.AnyTagClassName
{
color: #B93B64;
}
</style>
background-color css
<style>
a { background-color: #B93B64; }
a { background-color: rgb(185,59,100); }
div.DivClassName
{
background-color: #B93B64;
}
.BgClassName
{
background-color: #B93B64;
}
</style>
border-color css
<style>
span { border-color: #B93B64; }
span { border-color: rgb(185,59,100); }
td.TdClassName
{
border-color: #B93B64;
}
.TagClassName
{
border-color: #B93B64;
}
</style>