Shades of Rouge #B13B60
Tints of Rouge #B13B60
RGB
CMYK
RGB Variations
Color information
#B13B60 (or 0xB13B60) is known color: Rouge. HEX triplet: B1, 3B and 60. RGB value is (177,59,96). Sum of RGB (Red+Green+Blue) = 177+59+96=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 59 (23.44% from 255 or 17.77% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B60 is #4EC49F. Grayscale: #626262. Windows color (decimal): -5162144 or 6306737. OLE color: 6306737.
HSL color Cylindrical-coordinate representation of color #B13B60: hue angle of 341.19º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B60 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 96 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.31 |
| HSL | 341.19º | 0.5% | 0.46% | - |
| HSV(B) | 341.19º | 0.67% | 0.69% | - |
| XYZ | 21.81 | 13.32 | 12.49 | - |
| YUV | 98.5 | 126.59 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 96 | 0 | 0.67 | 0.46 | 0.31 | 341.19 | 0.5 | 0.46 |
| Hex | B1 | 3B | 60 | 0 | 43 | 2E | 1F | 155 | 32 | 2E |
| Octal | 261 | 73 | 140 | 0 | 103 | 56 | 37 | 525 | 62 | 56 |
| Binary | 10110001 | 111011 | 1100000 | 0 | 1000011 | 101110 | 11111 | 101010101 | 110010 | 101110 |
Color Harmonies of #B13B60
Complementary color
Monochromatic Colors of #B13B60
Black with #B13B60
Text Example
Text Example
White with #B13B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B60; }
p { color: rgb(177,59,96); }
H1.HeaderClassName
{
color: #B13B60;
}
.AnyTagClassName
{
color: #B13B60;
}
</style>
background-color css
<style>
a { background-color: #B13B60; }
a { background-color: rgb(177,59,96); }
div.DivClassName
{
background-color: #B13B60;
}
.BgClassName
{
background-color: #B13B60;
}
</style>
border-color css
<style>
span { border-color: #B13B60; }
span { border-color: rgb(177,59,96); }
td.TdClassName
{
border-color: #B13B60;
}
.TagClassName
{
border-color: #B13B60;
}
</style>