Shades of Rouge #B13966
Tints of Rouge #B13966
RGB
CMYK
RGB Variations
Color information
#B13966 (or 0xB13966) is known color: Rouge. HEX triplet: B1, 39 and 66. RGB value is (177,57,102). Sum of RGB (Red+Green+Blue) = 177+57+102=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B13966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13966 is #4EC699. Grayscale: #616161. Windows color (decimal): -5162650 or 6699441. OLE color: 6699441.
HSL color Cylindrical-coordinate representation of color #B13966: hue angle of 337.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13966 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 102 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.31 |
| HSL | 337.5º | 0.51% | 0.46% | - |
| HSV(B) | 337.5º | 0.68% | 0.69% | - |
| XYZ | 21.99 | 13.23 | 13.97 | - |
| YUV | 98.01 | 130.26 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 102 | 0 | 0.68 | 0.42 | 0.31 | 337.5 | 0.51 | 0.46 |
| Hex | B1 | 39 | 66 | 0 | 44 | 2A | 1F | 152 | 33 | 2E |
| Octal | 261 | 71 | 146 | 0 | 104 | 52 | 37 | 522 | 63 | 56 |
| Binary | 10110001 | 111001 | 1100110 | 0 | 1000100 | 101010 | 11111 | 101010010 | 110011 | 101110 |
Color Harmonies of #B13966
Complementary color
Monochromatic Colors of #B13966
Black with #B13966
Text Example
Text Example
White with #B13966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13966; }
p { color: rgb(177,57,102); }
H1.HeaderClassName
{
color: #B13966;
}
.AnyTagClassName
{
color: #B13966;
}
</style>
background-color css
<style>
a { background-color: #B13966; }
a { background-color: rgb(177,57,102); }
div.DivClassName
{
background-color: #B13966;
}
.BgClassName
{
background-color: #B13966;
}
</style>
border-color css
<style>
span { border-color: #B13966; }
span { border-color: rgb(177,57,102); }
td.TdClassName
{
border-color: #B13966;
}
.TagClassName
{
border-color: #B13966;
}
</style>