Shades of Rouge #BB3468
Tints of Rouge #BB3468
RGB
CMYK
RGB Variations
Color information
#BB3468 (or 0xBB3468) is known color: Rouge. HEX triplet: BB, 34 and 68. RGB value is (187,52,104). Sum of RGB (Red+Green+Blue) = 187+52+104=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3468 is #44CB97. Grayscale: #626262. Windows color (decimal): -4508568 or 6829243. OLE color: 6829243.
HSL color Cylindrical-coordinate representation of color #BB3468: hue angle of 336.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3468 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 104 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.27 |
| HSL | 336.89º | 0.56% | 0.47% | - |
| HSV(B) | 336.89º | 0.72% | 0.73% | - |
| XYZ | 24.22 | 14.02 | 14.53 | - |
| YUV | 98.29 | 131.23 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 104 | 0 | 0.72 | 0.44 | 0.27 | 336.89 | 0.56 | 0.47 |
| Hex | BB | 34 | 68 | 0 | 48 | 2C | 1B | 151 | 38 | 2F |
| Octal | 273 | 64 | 150 | 0 | 110 | 54 | 33 | 521 | 70 | 57 |
| Binary | 10111011 | 110100 | 1101000 | 0 | 1001000 | 101100 | 11011 | 101010001 | 111000 | 101111 |
Color Harmonies of #BB3468
Complementary color
Monochromatic Colors of #BB3468
Black with #BB3468
Text Example
Text Example
White with #BB3468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3468; }
p { color: rgb(187,52,104); }
H1.HeaderClassName
{
color: #BB3468;
}
.AnyTagClassName
{
color: #BB3468;
}
</style>
background-color css
<style>
a { background-color: #BB3468; }
a { background-color: rgb(187,52,104); }
div.DivClassName
{
background-color: #BB3468;
}
.BgClassName
{
background-color: #BB3468;
}
</style>
border-color css
<style>
span { border-color: #BB3468; }
span { border-color: rgb(187,52,104); }
td.TdClassName
{
border-color: #BB3468;
}
.TagClassName
{
border-color: #BB3468;
}
</style>