Shades of Rouge #B1346C
Tints of Rouge #B1346C
RGB
CMYK
RGB Variations
Color information
#B1346C (or 0xB1346C) is known color: Rouge. HEX triplet: B1, 34 and 6C. RGB value is (177,52,108). Sum of RGB (Red+Green+Blue) = 177+52+108=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1346C is #4ECB93. Grayscale: #5F5F5F. Windows color (decimal): -5163924 or 7091377. OLE color: 7091377.
HSL color Cylindrical-coordinate representation of color #B1346C: hue angle of 333.12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1346C is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 52 | 108 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.31 |
| HSL | 333.12º | 0.55% | 0.45% | - |
| HSV(B) | 333.12º | 0.71% | 0.69% | - |
| XYZ | 22.07 | 12.89 | 15.51 | - |
| YUV | 95.76 | 134.91 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 52 | 108 | 0 | 0.71 | 0.39 | 0.31 | 333.12 | 0.55 | 0.45 |
| Hex | B1 | 34 | 6C | 0 | 47 | 27 | 1F | 14D | 37 | 2D |
| Octal | 261 | 64 | 154 | 0 | 107 | 47 | 37 | 515 | 67 | 55 |
| Binary | 10110001 | 110100 | 1101100 | 0 | 1000111 | 100111 | 11111 | 101001101 | 110111 | 101101 |
Color Harmonies of #B1346C
Complementary color
Monochromatic Colors of #B1346C
Black with #B1346C
Text Example
Text Example
White with #B1346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1346C; }
p { color: rgb(177,52,108); }
H1.HeaderClassName
{
color: #B1346C;
}
.AnyTagClassName
{
color: #B1346C;
}
</style>
background-color css
<style>
a { background-color: #B1346C; }
a { background-color: rgb(177,52,108); }
div.DivClassName
{
background-color: #B1346C;
}
.BgClassName
{
background-color: #B1346C;
}
</style>
border-color css
<style>
span { border-color: #B1346C; }
span { border-color: rgb(177,52,108); }
td.TdClassName
{
border-color: #B1346C;
}
.TagClassName
{
border-color: #B1346C;
}
</style>