Shades of Rouge #B93166
Tints of Rouge #B93166
RGB
CMYK
RGB Variations
Color information
#B93166 (or 0xB93166) is known color: Rouge. HEX triplet: B9, 31 and 66. RGB value is (185,49,102). Sum of RGB (Red+Green+Blue) = 185+49+102=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B93166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B93166 is #46CE99. Grayscale: #5F5F5F. Windows color (decimal): -4640410 or 6697401. OLE color: 6697401.
HSL color Cylindrical-coordinate representation of color #B93166: hue angle of 336.62º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93166 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 102 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.27 |
| HSL | 336.62º | 0.58% | 0.46% | - |
| HSV(B) | 336.62º | 0.74% | 0.73% | - |
| XYZ | 23.5 | 13.47 | 13.93 | - |
| YUV | 95.71 | 131.56 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 102 | 0 | 0.74 | 0.45 | 0.27 | 336.62 | 0.58 | 0.46 |
| Hex | B9 | 31 | 66 | 0 | 4A | 2D | 1B | 151 | 3A | 2E |
| Octal | 271 | 61 | 146 | 0 | 112 | 55 | 33 | 521 | 72 | 56 |
| Binary | 10111001 | 110001 | 1100110 | 0 | 1001010 | 101101 | 11011 | 101010001 | 111010 | 101110 |
Color Harmonies of #B93166
Complementary color
Monochromatic Colors of #B93166
Black with #B93166
Text Example
Text Example
White with #B93166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93166; }
p { color: rgb(185,49,102); }
H1.HeaderClassName
{
color: #B93166;
}
.AnyTagClassName
{
color: #B93166;
}
</style>
background-color css
<style>
a { background-color: #B93166; }
a { background-color: rgb(185,49,102); }
div.DivClassName
{
background-color: #B93166;
}
.BgClassName
{
background-color: #B93166;
}
</style>
border-color css
<style>
span { border-color: #B93166; }
span { border-color: rgb(185,49,102); }
td.TdClassName
{
border-color: #B93166;
}
.TagClassName
{
border-color: #B93166;
}
</style>