Shades of Rouge #BB2867
Tints of Rouge #BB2867
RGB
CMYK
RGB Variations
Color information
#BB2867 (or 0xBB2867) is known color: Rouge. HEX triplet: BB, 28 and 67. RGB value is (187,40,103). Sum of RGB (Red+Green+Blue) = 187+40+103=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2867 is #44D798. Grayscale: #5B5B5B. Windows color (decimal): -4511641 or 6760635. OLE color: 6760635.
HSL color Cylindrical-coordinate representation of color #BB2867: hue angle of 334.29º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2867 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 40 | 103 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.27 |
| HSL | 334.29º | 0.65% | 0.45% | - |
| HSV(B) | 334.29º | 0.79% | 0.73% | - |
| XYZ | 23.7 | 13.06 | 14.1 | - |
| YUV | 91.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 40 | 103 | 0 | 0.79 | 0.45 | 0.27 | 334.29 | 0.65 | 0.45 |
| Hex | BB | 28 | 67 | 0 | 4F | 2D | 1B | 14E | 41 | 2D |
| Octal | 273 | 50 | 147 | 0 | 117 | 55 | 33 | 516 | 101 | 55 |
| Binary | 10111011 | 101000 | 1100111 | 0 | 1001111 | 101101 | 11011 | 101001110 | 1000001 | 101101 |
Color Harmonies of #BB2867
Complementary color
Monochromatic Colors of #BB2867
Black with #BB2867
Text Example
Text Example
White with #BB2867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2867; }
p { color: rgb(187,40,103); }
H1.HeaderClassName
{
color: #BB2867;
}
.AnyTagClassName
{
color: #BB2867;
}
</style>
background-color css
<style>
a { background-color: #BB2867; }
a { background-color: rgb(187,40,103); }
div.DivClassName
{
background-color: #BB2867;
}
.BgClassName
{
background-color: #BB2867;
}
</style>
border-color css
<style>
span { border-color: #BB2867; }
span { border-color: rgb(187,40,103); }
td.TdClassName
{
border-color: #BB2867;
}
.TagClassName
{
border-color: #BB2867;
}
</style>