Shades of Rouge #BB2767
Tints of Rouge #BB2767
RGB
CMYK
RGB Variations
Color information
#BB2767 (or 0xBB2767) is known color: Rouge. HEX triplet: BB, 27 and 67. RGB value is (187,39,103). Sum of RGB (Red+Green+Blue) = 187+39+103=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2767 is #44D898. Grayscale: #5A5A5A. Windows color (decimal): -4511897 or 6760379. OLE color: 6760379.
HSL color Cylindrical-coordinate representation of color #BB2767: hue angle of 334.05º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2767 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 39 | 103 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.27 |
| HSL | 334.05º | 0.65% | 0.44% | - |
| HSV(B) | 334.05º | 0.79% | 0.73% | - |
| XYZ | 23.67 | 13 | 14.09 | - |
| YUV | 90.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 39 | 103 | 0 | 0.79 | 0.45 | 0.27 | 334.05 | 0.65 | 0.44 |
| Hex | BB | 27 | 67 | 0 | 4F | 2D | 1B | 14E | 41 | 2C |
| Octal | 273 | 47 | 147 | 0 | 117 | 55 | 33 | 516 | 101 | 54 |
| Binary | 10111011 | 100111 | 1100111 | 0 | 1001111 | 101101 | 11011 | 101001110 | 1000001 | 101100 |
Color Harmonies of #BB2767
Complementary color
Monochromatic Colors of #BB2767
Black with #BB2767
Text Example
Text Example
White with #BB2767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2767; }
p { color: rgb(187,39,103); }
H1.HeaderClassName
{
color: #BB2767;
}
.AnyTagClassName
{
color: #BB2767;
}
</style>
background-color css
<style>
a { background-color: #BB2767; }
a { background-color: rgb(187,39,103); }
div.DivClassName
{
background-color: #BB2767;
}
.BgClassName
{
background-color: #BB2767;
}
</style>
border-color css
<style>
span { border-color: #BB2767; }
span { border-color: rgb(187,39,103); }
td.TdClassName
{
border-color: #BB2767;
}
.TagClassName
{
border-color: #BB2767;
}
</style>