Shades of Rouge #B93D64
Tints of Rouge #B93D64
RGB
CMYK
RGB Variations
Color information
#B93D64 (or 0xB93D64) is known color: Rouge. HEX triplet: B9, 3D and 64. RGB value is (185,61,100). Sum of RGB (Red+Green+Blue) = 185+61+100=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93D64 is #46C29B. Grayscale: #666666. Windows color (decimal): -4637340 or 6569401. OLE color: 6569401.
HSL color Cylindrical-coordinate representation of color #B93D64: hue angle of 341.13º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D64 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 100 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.27 |
| HSL | 341.13º | 0.5% | 0.48% | - |
| HSV(B) | 341.13º | 0.67% | 0.73% | - |
| XYZ | 23.98 | 14.57 | 13.61 | - |
| YUV | 102.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 100 | 0 | 0.67 | 0.46 | 0.27 | 341.13 | 0.5 | 0.48 |
| Hex | B9 | 3D | 64 | 0 | 43 | 2E | 1B | 155 | 32 | 30 |
| Octal | 271 | 75 | 144 | 0 | 103 | 56 | 33 | 525 | 62 | 60 |
| Binary | 10111001 | 111101 | 1100100 | 0 | 1000011 | 101110 | 11011 | 101010101 | 110010 | 110000 |
Color Harmonies of #B93D64
Complementary color
Monochromatic Colors of #B93D64
Black with #B93D64
Text Example
Text Example
White with #B93D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D64; }
p { color: rgb(185,61,100); }
H1.HeaderClassName
{
color: #B93D64;
}
.AnyTagClassName
{
color: #B93D64;
}
</style>
background-color css
<style>
a { background-color: #B93D64; }
a { background-color: rgb(185,61,100); }
div.DivClassName
{
background-color: #B93D64;
}
.BgClassName
{
background-color: #B93D64;
}
</style>
border-color css
<style>
span { border-color: #B93D64; }
span { border-color: rgb(185,61,100); }
td.TdClassName
{
border-color: #B93D64;
}
.TagClassName
{
border-color: #B93D64;
}
</style>