Shades of Rouge #BB3668
Tints of Rouge #BB3668
RGB
CMYK
RGB Variations
Color information
#BB3668 (or 0xBB3668) is known color: Rouge. HEX triplet: BB, 36 and 68. RGB value is (187,54,104). Sum of RGB (Red+Green+Blue) = 187+54+104=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 54 (21.48% from 255 or 15.65% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3668 is #44C997. Grayscale: #636363. Windows color (decimal): -4508056 or 6829755. OLE color: 6829755.
HSL color Cylindrical-coordinate representation of color #BB3668: hue angle of 337.44º 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 #BB3668 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 104 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.27 |
| HSL | 337.44º | 0.55% | 0.47% | - |
| HSV(B) | 337.44º | 0.71% | 0.73% | - |
| XYZ | 24.31 | 14.2 | 14.56 | - |
| YUV | 99.47 | 130.56 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 104 | 0 | 0.71 | 0.44 | 0.27 | 337.44 | 0.55 | 0.47 |
| Hex | BB | 36 | 68 | 0 | 47 | 2C | 1B | 151 | 37 | 2F |
| Octal | 273 | 66 | 150 | 0 | 107 | 54 | 33 | 521 | 67 | 57 |
| Binary | 10111011 | 110110 | 1101000 | 0 | 1000111 | 101100 | 11011 | 101010001 | 110111 | 101111 |
Color Harmonies of #BB3668
Complementary color
Monochromatic Colors of #BB3668
Black with #BB3668
Text Example
Text Example
White with #BB3668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3668; }
p { color: rgb(187,54,104); }
H1.HeaderClassName
{
color: #BB3668;
}
.AnyTagClassName
{
color: #BB3668;
}
</style>
background-color css
<style>
a { background-color: #BB3668; }
a { background-color: rgb(187,54,104); }
div.DivClassName
{
background-color: #BB3668;
}
.BgClassName
{
background-color: #BB3668;
}
</style>
border-color css
<style>
span { border-color: #BB3668; }
span { border-color: rgb(187,54,104); }
td.TdClassName
{
border-color: #BB3668;
}
.TagClassName
{
border-color: #BB3668;
}
</style>