Shades of Rouge #B13E6B
Tints of Rouge #B13E6B
RGB
CMYK
RGB Variations
Color information
#B13E6B (or 0xB13E6B) is known color: Rouge. HEX triplet: B1, 3E and 6B. RGB value is (177,62,107). Sum of RGB (Red+Green+Blue) = 177+62+107=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E6B is #4EC194. Grayscale: #656565. Windows color (decimal): -5161365 or 7028401. OLE color: 7028401.
HSL color Cylindrical-coordinate representation of color #B13E6B: hue angle of 336.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E6B is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 62 | 107 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.31 |
| HSL | 336.52º | 0.48% | 0.47% | - |
| HSV(B) | 336.52º | 0.65% | 0.69% | - |
| XYZ | 22.51 | 13.85 | 15.4 | - |
| YUV | 101.52 | 131.1 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 62 | 107 | 0 | 0.65 | 0.40 | 0.31 | 336.52 | 0.48 | 0.47 |
| Hex | B1 | 3E | 6B | 0 | 41 | 28 | 1F | 151 | 30 | 2F |
| Octal | 261 | 76 | 153 | 0 | 101 | 50 | 37 | 521 | 60 | 57 |
| Binary | 10110001 | 111110 | 1101011 | 0 | 1000001 | 101000 | 11111 | 101010001 | 110000 | 101111 |
Color Harmonies of #B13E6B
Complementary color
Monochromatic Colors of #B13E6B
Black with #B13E6B
Text Example
Text Example
White with #B13E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13E6B; }
p { color: rgb(177,62,107); }
H1.HeaderClassName
{
color: #B13E6B;
}
.AnyTagClassName
{
color: #B13E6B;
}
</style>
background-color css
<style>
a { background-color: #B13E6B; }
a { background-color: rgb(177,62,107); }
div.DivClassName
{
background-color: #B13E6B;
}
.BgClassName
{
background-color: #B13E6B;
}
</style>
border-color css
<style>
span { border-color: #B13E6B; }
span { border-color: rgb(177,62,107); }
td.TdClassName
{
border-color: #B13E6B;
}
.TagClassName
{
border-color: #B13E6B;
}
</style>