Shades of Rouge #B93C64
Tints of Rouge #B93C64
RGB
CMYK
RGB Variations
Color information
#B93C64 (or 0xB93C64) is known color: Rouge. HEX triplet: B9, 3C and 64. RGB value is (185,60,100). Sum of RGB (Red+Green+Blue) = 185+60+100=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93C64 is #46C39B. Grayscale: #656565. Windows color (decimal): -4637596 or 6569145. OLE color: 6569145.
HSL color Cylindrical-coordinate representation of color #B93C64: hue angle of 340.8º degrees, saturation: 0.51, 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 #B93C64 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 60 | 100 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.27 |
| HSL | 340.8º | 0.51% | 0.48% | - |
| HSV(B) | 340.8º | 0.68% | 0.73% | - |
| XYZ | 23.92 | 14.47 | 13.59 | - |
| YUV | 101.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 60 | 100 | 0 | 0.68 | 0.46 | 0.27 | 340.8 | 0.51 | 0.48 |
| Hex | B9 | 3C | 64 | 0 | 44 | 2E | 1B | 155 | 33 | 30 |
| Octal | 271 | 74 | 144 | 0 | 104 | 56 | 33 | 525 | 63 | 60 |
| Binary | 10111001 | 111100 | 1100100 | 0 | 1000100 | 101110 | 11011 | 101010101 | 110011 | 110000 |
Color Harmonies of #B93C64
Complementary color
Monochromatic Colors of #B93C64
Black with #B93C64
Text Example
Text Example
White with #B93C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93C64; }
p { color: rgb(185,60,100); }
H1.HeaderClassName
{
color: #B93C64;
}
.AnyTagClassName
{
color: #B93C64;
}
</style>
background-color css
<style>
a { background-color: #B93C64; }
a { background-color: rgb(185,60,100); }
div.DivClassName
{
background-color: #B93C64;
}
.BgClassName
{
background-color: #B93C64;
}
</style>
border-color css
<style>
span { border-color: #B93C64; }
span { border-color: rgb(185,60,100); }
td.TdClassName
{
border-color: #B93C64;
}
.TagClassName
{
border-color: #B93C64;
}
</style>