Shades of Rouge #BB356D
Tints of Rouge #BB356D
RGB
CMYK
RGB Variations
Color information
#BB356D (or 0xBB356D) is known color: Rouge. HEX triplet: BB, 35 and 6D. RGB value is (187,53,109). Sum of RGB (Red+Green+Blue) = 187+53+109=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB356D is #44CA92. Grayscale: #636363. Windows color (decimal): -4508307 or 7157179. OLE color: 7157179.
HSL color Cylindrical-coordinate representation of color #BB356D: hue angle of 334.93º 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 #BB356D is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 109 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.27 |
| HSL | 334.93º | 0.56% | 0.47% | - |
| HSV(B) | 334.93º | 0.72% | 0.73% | - |
| XYZ | 24.53 | 14.22 | 15.92 | - |
| YUV | 99.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 109 | 0 | 0.72 | 0.42 | 0.27 | 334.93 | 0.56 | 0.47 |
| Hex | BB | 35 | 6D | 0 | 48 | 2A | 1B | 14F | 38 | 2F |
| Octal | 273 | 65 | 155 | 0 | 110 | 52 | 33 | 517 | 70 | 57 |
| Binary | 10111011 | 110101 | 1101101 | 0 | 1001000 | 101010 | 11011 | 101001111 | 111000 | 101111 |
Color Harmonies of #BB356D
Complementary color
Monochromatic Colors of #BB356D
Black with #BB356D
Text Example
Text Example
White with #BB356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB356D; }
p { color: rgb(187,53,109); }
H1.HeaderClassName
{
color: #BB356D;
}
.AnyTagClassName
{
color: #BB356D;
}
</style>
background-color css
<style>
a { background-color: #BB356D; }
a { background-color: rgb(187,53,109); }
div.DivClassName
{
background-color: #BB356D;
}
.BgClassName
{
background-color: #BB356D;
}
</style>
border-color css
<style>
span { border-color: #BB356D; }
span { border-color: rgb(187,53,109); }
td.TdClassName
{
border-color: #BB356D;
}
.TagClassName
{
border-color: #BB356D;
}
</style>