Shades of Rouge #B93568
Tints of Rouge #B93568
RGB
CMYK
RGB Variations
Color information
#B93568 (or 0xB93568) is known color: Rouge. HEX triplet: B9, 35 and 68. RGB value is (185,53,104). Sum of RGB (Red+Green+Blue) = 185+53+104=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B93568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93568 is #46CA97. Grayscale: #626262. Windows color (decimal): -4639384 or 6829497. OLE color: 6829497.
HSL color Cylindrical-coordinate representation of color #B93568: hue angle of 336.82º 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 #B93568 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 53 | 104 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.27 |
| HSL | 336.82º | 0.55% | 0.47% | - |
| HSV(B) | 336.82º | 0.71% | 0.73% | - |
| XYZ | 23.78 | 13.86 | 14.52 | - |
| YUV | 98.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 53 | 104 | 0 | 0.71 | 0.44 | 0.27 | 336.82 | 0.55 | 0.47 |
| Hex | B9 | 35 | 68 | 0 | 47 | 2C | 1B | 151 | 37 | 2F |
| Octal | 271 | 65 | 150 | 0 | 107 | 54 | 33 | 521 | 67 | 57 |
| Binary | 10111001 | 110101 | 1101000 | 0 | 1000111 | 101100 | 11011 | 101010001 | 110111 | 101111 |
Color Harmonies of #B93568
Complementary color
Monochromatic Colors of #B93568
Black with #B93568
Text Example
Text Example
White with #B93568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93568; }
p { color: rgb(185,53,104); }
H1.HeaderClassName
{
color: #B93568;
}
.AnyTagClassName
{
color: #B93568;
}
</style>
background-color css
<style>
a { background-color: #B93568; }
a { background-color: rgb(185,53,104); }
div.DivClassName
{
background-color: #B93568;
}
.BgClassName
{
background-color: #B93568;
}
</style>
border-color css
<style>
span { border-color: #B93568; }
span { border-color: rgb(185,53,104); }
td.TdClassName
{
border-color: #B93568;
}
.TagClassName
{
border-color: #B93568;
}
</style>