Shades of Rouge #BB316C
Tints of Rouge #BB316C
RGB
CMYK
RGB Variations
Color information
#BB316C (or 0xBB316C) is known color: Rouge. HEX triplet: BB, 31 and 6C. RGB value is (187,49,108). Sum of RGB (Red+Green+Blue) = 187+49+108=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB316C is #44CE93. Grayscale: #606060. Windows color (decimal): -4509332 or 7090619. OLE color: 7090619.
HSL color Cylindrical-coordinate representation of color #BB316C: hue angle of 334.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB316C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 108 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.27 |
| HSL | 334.35º | 0.58% | 0.46% | - |
| HSV(B) | 334.35º | 0.74% | 0.73% | - |
| XYZ | 24.3 | 13.84 | 15.58 | - |
| YUV | 96.99 | 134.22 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 108 | 0 | 0.74 | 0.42 | 0.27 | 334.35 | 0.58 | 0.46 |
| Hex | BB | 31 | 6C | 0 | 4A | 2A | 1B | 14E | 3A | 2E |
| Octal | 273 | 61 | 154 | 0 | 112 | 52 | 33 | 516 | 72 | 56 |
| Binary | 10111011 | 110001 | 1101100 | 0 | 1001010 | 101010 | 11011 | 101001110 | 111010 | 101110 |
Color Harmonies of #BB316C
Complementary color
Monochromatic Colors of #BB316C
Black with #BB316C
Text Example
Text Example
White with #BB316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB316C; }
p { color: rgb(187,49,108); }
H1.HeaderClassName
{
color: #BB316C;
}
.AnyTagClassName
{
color: #BB316C;
}
</style>
background-color css
<style>
a { background-color: #BB316C; }
a { background-color: rgb(187,49,108); }
div.DivClassName
{
background-color: #BB316C;
}
.BgClassName
{
background-color: #BB316C;
}
</style>
border-color css
<style>
span { border-color: #BB316C; }
span { border-color: rgb(187,49,108); }
td.TdClassName
{
border-color: #BB316C;
}
.TagClassName
{
border-color: #BB316C;
}
</style>