Shades of Rouge #BB346C
Tints of Rouge #BB346C
RGB
CMYK
RGB Variations
Color information
#BB346C (or 0xBB346C) is known color: Rouge. HEX triplet: BB, 34 and 6C. RGB value is (187,52,108). Sum of RGB (Red+Green+Blue) = 187+52+108=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB346C is #44CB93. Grayscale: #626262. Windows color (decimal): -4508564 or 7091387. OLE color: 7091387.
HSL color Cylindrical-coordinate representation of color #BB346C: hue angle of 335.11º 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 #BB346C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 108 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.27 |
| HSL | 335.11º | 0.56% | 0.47% | - |
| HSV(B) | 335.11º | 0.72% | 0.73% | - |
| XYZ | 24.43 | 14.1 | 15.62 | - |
| YUV | 98.75 | 133.23 | 190.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 108 | 0 | 0.72 | 0.42 | 0.27 | 335.11 | 0.56 | 0.47 |
| Hex | BB | 34 | 6C | 0 | 48 | 2A | 1B | 14F | 38 | 2F |
| Octal | 273 | 64 | 154 | 0 | 110 | 52 | 33 | 517 | 70 | 57 |
| Binary | 10111011 | 110100 | 1101100 | 0 | 1001000 | 101010 | 11011 | 101001111 | 111000 | 101111 |
Color Harmonies of #BB346C
Complementary color
Monochromatic Colors of #BB346C
Black with #BB346C
Text Example
Text Example
White with #BB346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB346C; }
p { color: rgb(187,52,108); }
H1.HeaderClassName
{
color: #BB346C;
}
.AnyTagClassName
{
color: #BB346C;
}
</style>
background-color css
<style>
a { background-color: #BB346C; }
a { background-color: rgb(187,52,108); }
div.DivClassName
{
background-color: #BB346C;
}
.BgClassName
{
background-color: #BB346C;
}
</style>
border-color css
<style>
span { border-color: #BB346C; }
span { border-color: rgb(187,52,108); }
td.TdClassName
{
border-color: #BB346C;
}
.TagClassName
{
border-color: #BB346C;
}
</style>