Shades of Rouge #B1306B
Tints of Rouge #B1306B
RGB
CMYK
RGB Variations
Color information
#B1306B (or 0xB1306B) is known color: Rouge. HEX triplet: B1, 30 and 6B. RGB value is (177,48,107). Sum of RGB (Red+Green+Blue) = 177+48+107=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 48 (19.14% from 255 or 14.46% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B1306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1306B is #4ECF94. Grayscale: #5D5D5D. Windows color (decimal): -5164949 or 7024817. OLE color: 7024817.
HSL color Cylindrical-coordinate representation of color #B1306B: hue angle of 332.56º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1306B is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 48 | 107 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.31 |
| HSL | 332.56º | 0.57% | 0.44% | - |
| HSV(B) | 332.56º | 0.73% | 0.69% | - |
| XYZ | 21.84 | 12.52 | 15.18 | - |
| YUV | 93.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 48 | 107 | 0 | 0.73 | 0.40 | 0.31 | 332.56 | 0.57 | 0.44 |
| Hex | B1 | 30 | 6B | 0 | 49 | 28 | 1F | 14D | 39 | 2C |
| Octal | 261 | 60 | 153 | 0 | 111 | 50 | 37 | 515 | 71 | 54 |
| Binary | 10110001 | 110000 | 1101011 | 0 | 1001001 | 101000 | 11111 | 101001101 | 111001 | 101100 |
Color Harmonies of #B1306B
Complementary color
Monochromatic Colors of #B1306B
Black with #B1306B
Text Example
Text Example
White with #B1306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1306B; }
p { color: rgb(177,48,107); }
H1.HeaderClassName
{
color: #B1306B;
}
.AnyTagClassName
{
color: #B1306B;
}
</style>
background-color css
<style>
a { background-color: #B1306B; }
a { background-color: rgb(177,48,107); }
div.DivClassName
{
background-color: #B1306B;
}
.BgClassName
{
background-color: #B1306B;
}
</style>
border-color css
<style>
span { border-color: #B1306B; }
span { border-color: rgb(177,48,107); }
td.TdClassName
{
border-color: #B1306B;
}
.TagClassName
{
border-color: #B1306B;
}
</style>