Shades of Rouge #BB366A
Tints of Rouge #BB366A
RGB
CMYK
RGB Variations
Color information
#BB366A (or 0xBB366A) is known color: Rouge. HEX triplet: BB, 36 and 6A. RGB value is (187,54,106). Sum of RGB (Red+Green+Blue) = 187+54+106=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB366A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB366A is #44C995. Grayscale: #636363. Windows color (decimal): -4508054 or 6960827. OLE color: 6960827.
HSL color Cylindrical-coordinate representation of color #BB366A: hue angle of 336.54º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB366A is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 106 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.27 |
| HSL | 336.54º | 0.55% | 0.47% | - |
| HSV(B) | 336.54º | 0.71% | 0.73% | - |
| XYZ | 24.41 | 14.24 | 15.1 | - |
| YUV | 99.7 | 131.56 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 106 | 0 | 0.71 | 0.43 | 0.27 | 336.54 | 0.55 | 0.47 |
| Hex | BB | 36 | 6A | 0 | 47 | 2B | 1B | 151 | 37 | 2F |
| Octal | 273 | 66 | 152 | 0 | 107 | 53 | 33 | 521 | 67 | 57 |
| Binary | 10111011 | 110110 | 1101010 | 0 | 1000111 | 101011 | 11011 | 101010001 | 110111 | 101111 |
Color Harmonies of #BB366A
Complementary color
Monochromatic Colors of #BB366A
Black with #BB366A
Text Example
Text Example
White with #BB366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB366A; }
p { color: rgb(187,54,106); }
H1.HeaderClassName
{
color: #BB366A;
}
.AnyTagClassName
{
color: #BB366A;
}
</style>
background-color css
<style>
a { background-color: #BB366A; }
a { background-color: rgb(187,54,106); }
div.DivClassName
{
background-color: #BB366A;
}
.BgClassName
{
background-color: #BB366A;
}
</style>
border-color css
<style>
span { border-color: #BB366A; }
span { border-color: rgb(187,54,106); }
td.TdClassName
{
border-color: #BB366A;
}
.TagClassName
{
border-color: #BB366A;
}
</style>