Shades of Rouge #BB306C
Tints of Rouge #BB306C
RGB
CMYK
RGB Variations
Color information
#BB306C (or 0xBB306C) is known color: Rouge. HEX triplet: BB, 30 and 6C. RGB value is (187,48,108). Sum of RGB (Red+Green+Blue) = 187+48+108=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB306C is #44CF93. Grayscale: #606060. Windows color (decimal): -4509588 or 7090363. OLE color: 7090363.
HSL color Cylindrical-coordinate representation of color #BB306C: hue angle of 334.1º degrees, saturation: 0.59, 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 #BB306C is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 108 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.27 |
| HSL | 334.1º | 0.59% | 0.46% | - |
| HSV(B) | 334.1º | 0.74% | 0.73% | - |
| XYZ | 24.26 | 13.76 | 15.57 | - |
| YUV | 96.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 108 | 0 | 0.74 | 0.42 | 0.27 | 334.1 | 0.59 | 0.46 |
| Hex | BB | 30 | 6C | 0 | 4A | 2A | 1B | 14E | 3B | 2E |
| Octal | 273 | 60 | 154 | 0 | 112 | 52 | 33 | 516 | 73 | 56 |
| Binary | 10111011 | 110000 | 1101100 | 0 | 1001010 | 101010 | 11011 | 101001110 | 111011 | 101110 |
Color Harmonies of #BB306C
Complementary color
Monochromatic Colors of #BB306C
Black with #BB306C
Text Example
Text Example
White with #BB306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB306C; }
p { color: rgb(187,48,108); }
H1.HeaderClassName
{
color: #BB306C;
}
.AnyTagClassName
{
color: #BB306C;
}
</style>
background-color css
<style>
a { background-color: #BB306C; }
a { background-color: rgb(187,48,108); }
div.DivClassName
{
background-color: #BB306C;
}
.BgClassName
{
background-color: #BB306C;
}
</style>
border-color css
<style>
span { border-color: #BB306C; }
span { border-color: rgb(187,48,108); }
td.TdClassName
{
border-color: #BB306C;
}
.TagClassName
{
border-color: #BB306C;
}
</style>