Shades of Rouge #B94166
Tints of Rouge #B94166
RGB
CMYK
RGB Variations
Color information
#B94166 (or 0xB94166) is known color: Rouge. HEX triplet: B9, 41 and 66. RGB value is (185,65,102). Sum of RGB (Red+Green+Blue) = 185+65+102=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B94166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94166 is #46BE99. Grayscale: #696969. Windows color (decimal): -4636314 or 6701497. OLE color: 6701497.
HSL color Cylindrical-coordinate representation of color #B94166: hue angle of 341.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94166 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 102 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.27 |
| HSL | 341.5º | 0.48% | 0.49% | - |
| HSV(B) | 341.5º | 0.65% | 0.73% | - |
| XYZ | 24.3 | 15.05 | 14.2 | - |
| YUV | 105.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 102 | 0 | 0.65 | 0.45 | 0.27 | 341.5 | 0.48 | 0.49 |
| Hex | B9 | 41 | 66 | 0 | 41 | 2D | 1B | 156 | 30 | 31 |
| Octal | 271 | 101 | 146 | 0 | 101 | 55 | 33 | 526 | 60 | 61 |
| Binary | 10111001 | 1000001 | 1100110 | 0 | 1000001 | 101101 | 11011 | 101010110 | 110000 | 110001 |
Color Harmonies of #B94166
Complementary color
Monochromatic Colors of #B94166
Black with #B94166
Text Example
Text Example
White with #B94166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94166; }
p { color: rgb(185,65,102); }
H1.HeaderClassName
{
color: #B94166;
}
.AnyTagClassName
{
color: #B94166;
}
</style>
background-color css
<style>
a { background-color: #B94166; }
a { background-color: rgb(185,65,102); }
div.DivClassName
{
background-color: #B94166;
}
.BgClassName
{
background-color: #B94166;
}
</style>
border-color css
<style>
span { border-color: #B94166; }
span { border-color: rgb(185,65,102); }
td.TdClassName
{
border-color: #B94166;
}
.TagClassName
{
border-color: #B94166;
}
</style>