Shades of Rouge #B13C6C
Tints of Rouge #B13C6C
RGB
CMYK
RGB Variations
Color information
#B13C6C (or 0xB13C6C) is known color: Rouge. HEX triplet: B1, 3C and 6C. RGB value is (177,60,108). Sum of RGB (Red+Green+Blue) = 177+60+108=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C6C is #4EC393. Grayscale: #646464. Windows color (decimal): -5161876 or 7093425. OLE color: 7093425.
HSL color Cylindrical-coordinate representation of color #B13C6C: hue angle of 335.38º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13C6C is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 60 | 108 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.31 |
| HSL | 335.38º | 0.49% | 0.46% | - |
| HSV(B) | 335.38º | 0.66% | 0.69% | - |
| XYZ | 22.45 | 13.66 | 15.64 | - |
| YUV | 100.46 | 132.26 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 60 | 108 | 0 | 0.66 | 0.39 | 0.31 | 335.38 | 0.49 | 0.46 |
| Hex | B1 | 3C | 6C | 0 | 42 | 27 | 1F | 14F | 31 | 2E |
| Octal | 261 | 74 | 154 | 0 | 102 | 47 | 37 | 517 | 61 | 56 |
| Binary | 10110001 | 111100 | 1101100 | 0 | 1000010 | 100111 | 11111 | 101001111 | 110001 | 101110 |
Color Harmonies of #B13C6C
Complementary color
Monochromatic Colors of #B13C6C
Black with #B13C6C
Text Example
Text Example
White with #B13C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13C6C; }
p { color: rgb(177,60,108); }
H1.HeaderClassName
{
color: #B13C6C;
}
.AnyTagClassName
{
color: #B13C6C;
}
</style>
background-color css
<style>
a { background-color: #B13C6C; }
a { background-color: rgb(177,60,108); }
div.DivClassName
{
background-color: #B13C6C;
}
.BgClassName
{
background-color: #B13C6C;
}
</style>
border-color css
<style>
span { border-color: #B13C6C; }
span { border-color: rgb(177,60,108); }
td.TdClassName
{
border-color: #B13C6C;
}
.TagClassName
{
border-color: #B13C6C;
}
</style>