Shades of Old Rose #BB2660
Tints of Old Rose #BB2660
RGB
CMYK
RGB Variations
Color information
#BB2660 (or 0xBB2660) is known color: Old Rose. HEX triplet: BB, 26 and 60. RGB value is (187,38,96). Sum of RGB (Red+Green+Blue) = 187+38+96=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2660 is #44D99F. Grayscale: #595959. Windows color (decimal): -4512160 or 6301371. OLE color: 6301371.
HSL color Cylindrical-coordinate representation of color #BB2660: hue angle of 336.64º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2660 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 96 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.27 |
| HSL | 336.64º | 0.66% | 0.44% | - |
| HSV(B) | 336.64º | 0.8% | 0.73% | - |
| XYZ | 23.3 | 12.8 | 12.31 | - |
| YUV | 89.16 | 131.86 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 96 | 0 | 0.80 | 0.49 | 0.27 | 336.64 | 0.66 | 0.44 |
| Hex | BB | 26 | 60 | 0 | 50 | 31 | 1B | 151 | 42 | 2C |
| Octal | 273 | 46 | 140 | 0 | 120 | 61 | 33 | 521 | 102 | 54 |
| Binary | 10111011 | 100110 | 1100000 | 0 | 1010000 | 110001 | 11011 | 101010001 | 1000010 | 101100 |
Color Harmonies of #BB2660
Complementary color
Monochromatic Colors of #BB2660
Black with #BB2660
Text Example
Text Example
White with #BB2660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2660; }
p { color: rgb(187,38,96); }
H1.HeaderClassName
{
color: #BB2660;
}
.AnyTagClassName
{
color: #BB2660;
}
</style>
background-color css
<style>
a { background-color: #BB2660; }
a { background-color: rgb(187,38,96); }
div.DivClassName
{
background-color: #BB2660;
}
.BgClassName
{
background-color: #BB2660;
}
</style>
border-color css
<style>
span { border-color: #BB2660; }
span { border-color: rgb(187,38,96); }
td.TdClassName
{
border-color: #BB2660;
}
.TagClassName
{
border-color: #BB2660;
}
</style>