Shades of Rouge #BB376A
Tints of Rouge #BB376A
RGB
CMYK
RGB Variations
Color information
#BB376A (or 0xBB376A) is known color: Rouge. HEX triplet: BB, 37 and 6A. RGB value is (187,55,106). Sum of RGB (Red+Green+Blue) = 187+55+106=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB376A is #44C895. Grayscale: #646464. Windows color (decimal): -4507798 or 6961083. OLE color: 6961083.
HSL color Cylindrical-coordinate representation of color #BB376A: hue angle of 336.82º 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 #BB376A is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 106 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.27 |
| HSL | 336.82º | 0.55% | 0.47% | - |
| HSV(B) | 336.82º | 0.71% | 0.73% | - |
| XYZ | 24.46 | 14.34 | 15.11 | - |
| YUV | 100.28 | 131.23 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 106 | 0 | 0.71 | 0.43 | 0.27 | 336.82 | 0.55 | 0.47 |
| Hex | BB | 37 | 6A | 0 | 47 | 2B | 1B | 151 | 37 | 2F |
| Octal | 273 | 67 | 152 | 0 | 107 | 53 | 33 | 521 | 67 | 57 |
| Binary | 10111011 | 110111 | 1101010 | 0 | 1000111 | 101011 | 11011 | 101010001 | 110111 | 101111 |
Color Harmonies of #BB376A
Complementary color
Monochromatic Colors of #BB376A
Black with #BB376A
Text Example
Text Example
White with #BB376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB376A; }
p { color: rgb(187,55,106); }
H1.HeaderClassName
{
color: #BB376A;
}
.AnyTagClassName
{
color: #BB376A;
}
</style>
background-color css
<style>
a { background-color: #BB376A; }
a { background-color: rgb(187,55,106); }
div.DivClassName
{
background-color: #BB376A;
}
.BgClassName
{
background-color: #BB376A;
}
</style>
border-color css
<style>
span { border-color: #BB376A; }
span { border-color: rgb(187,55,106); }
td.TdClassName
{
border-color: #BB376A;
}
.TagClassName
{
border-color: #BB376A;
}
</style>