Shades of Rouge #BB3467
Tints of Rouge #BB3467
RGB
CMYK
RGB Variations
Color information
#BB3467 (or 0xBB3467) is known color: Rouge. HEX triplet: BB, 34 and 67. RGB value is (187,52,103). Sum of RGB (Red+Green+Blue) = 187+52+103=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 103 (40.62% from 255 or 30.12% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3467 is #44CB98. Grayscale: #626262. Windows color (decimal): -4508569 or 6763707. OLE color: 6763707.
HSL color Cylindrical-coordinate representation of color #BB3467: hue angle of 337.33º 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 #BB3467 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 103 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.27 |
| HSL | 337.33º | 0.56% | 0.47% | - |
| HSV(B) | 337.33º | 0.72% | 0.73% | - |
| XYZ | 24.17 | 14 | 14.26 | - |
| YUV | 98.18 | 130.73 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 103 | 0 | 0.72 | 0.45 | 0.27 | 337.33 | 0.56 | 0.47 |
| Hex | BB | 34 | 67 | 0 | 48 | 2D | 1B | 151 | 38 | 2F |
| Octal | 273 | 64 | 147 | 0 | 110 | 55 | 33 | 521 | 70 | 57 |
| Binary | 10111011 | 110100 | 1100111 | 0 | 1001000 | 101101 | 11011 | 101010001 | 111000 | 101111 |
Color Harmonies of #BB3467
Complementary color
Monochromatic Colors of #BB3467
Black with #BB3467
Text Example
Text Example
White with #BB3467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3467; }
p { color: rgb(187,52,103); }
H1.HeaderClassName
{
color: #BB3467;
}
.AnyTagClassName
{
color: #BB3467;
}
</style>
background-color css
<style>
a { background-color: #BB3467; }
a { background-color: rgb(187,52,103); }
div.DivClassName
{
background-color: #BB3467;
}
.BgClassName
{
background-color: #BB3467;
}
</style>
border-color css
<style>
span { border-color: #BB3467; }
span { border-color: rgb(187,52,103); }
td.TdClassName
{
border-color: #BB3467;
}
.TagClassName
{
border-color: #BB3467;
}
</style>