Shades of Rouge #B94063
Tints of Rouge #B94063
RGB
CMYK
RGB Variations
Color information
#B94063 (or 0xB94063) is known color: Rouge. HEX triplet: B9, 40 and 63. RGB value is (185,64,99). Sum of RGB (Red+Green+Blue) = 185+64+99=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B94063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94063 is #46BF9C. Grayscale: #686868. Windows color (decimal): -4636573 or 6504633. OLE color: 6504633.
HSL color Cylindrical-coordinate representation of color #B94063: hue angle of 342.64º degrees, saturation: 0.49, 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 #B94063 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 64 | 99 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.27 |
| HSL | 342.64º | 0.49% | 0.49% | - |
| HSV(B) | 342.64º | 0.65% | 0.73% | - |
| XYZ | 24.09 | 14.88 | 13.41 | - |
| YUV | 104.17 | 125.09 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 64 | 99 | 0 | 0.65 | 0.46 | 0.27 | 342.64 | 0.49 | 0.49 |
| Hex | B9 | 40 | 63 | 0 | 41 | 2E | 1B | 157 | 31 | 31 |
| Octal | 271 | 100 | 143 | 0 | 101 | 56 | 33 | 527 | 61 | 61 |
| Binary | 10111001 | 1000000 | 1100011 | 0 | 1000001 | 101110 | 11011 | 101010111 | 110001 | 110001 |
Color Harmonies of #B94063
Complementary color
Monochromatic Colors of #B94063
Black with #B94063
Text Example
Text Example
White with #B94063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94063; }
p { color: rgb(185,64,99); }
H1.HeaderClassName
{
color: #B94063;
}
.AnyTagClassName
{
color: #B94063;
}
</style>
background-color css
<style>
a { background-color: #B94063; }
a { background-color: rgb(185,64,99); }
div.DivClassName
{
background-color: #B94063;
}
.BgClassName
{
background-color: #B94063;
}
</style>
border-color css
<style>
span { border-color: #B94063; }
span { border-color: rgb(185,64,99); }
td.TdClassName
{
border-color: #B94063;
}
.TagClassName
{
border-color: #B94063;
}
</style>