Shades of Rouge #B13B66
Tints of Rouge #B13B66
RGB
CMYK
RGB Variations
Color information
#B13B66 (or 0xB13B66) is known color: Rouge. HEX triplet: B1, 3B and 66. RGB value is (177,59,102). Sum of RGB (Red+Green+Blue) = 177+59+102=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B66 is #4EC499. Grayscale: #636363. Windows color (decimal): -5162138 or 6699953. OLE color: 6699953.
HSL color Cylindrical-coordinate representation of color #B13B66: hue angle of 338.14º 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 #B13B66 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 102 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.31 |
| HSL | 338.14º | 0.5% | 0.46% | - |
| HSV(B) | 338.14º | 0.67% | 0.69% | - |
| XYZ | 22.09 | 13.43 | 14 | - |
| YUV | 99.18 | 129.59 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 102 | 0 | 0.67 | 0.42 | 0.31 | 338.14 | 0.5 | 0.46 |
| Hex | B1 | 3B | 66 | 0 | 43 | 2A | 1F | 152 | 32 | 2E |
| Octal | 261 | 73 | 146 | 0 | 103 | 52 | 37 | 522 | 62 | 56 |
| Binary | 10110001 | 111011 | 1100110 | 0 | 1000011 | 101010 | 11111 | 101010010 | 110010 | 101110 |
Color Harmonies of #B13B66
Complementary color
Monochromatic Colors of #B13B66
Black with #B13B66
Text Example
Text Example
White with #B13B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B66; }
p { color: rgb(177,59,102); }
H1.HeaderClassName
{
color: #B13B66;
}
.AnyTagClassName
{
color: #B13B66;
}
</style>
background-color css
<style>
a { background-color: #B13B66; }
a { background-color: rgb(177,59,102); }
div.DivClassName
{
background-color: #B13B66;
}
.BgClassName
{
background-color: #B13B66;
}
</style>
border-color css
<style>
span { border-color: #B13B66; }
span { border-color: rgb(177,59,102); }
td.TdClassName
{
border-color: #B13B66;
}
.TagClassName
{
border-color: #B13B66;
}
</style>