Shades of Old Rose #BB2659
Tints of Old Rose #BB2659
RGB
CMYK
RGB Variations
Color information
#BB2659 (or 0xBB2659) is known color: Old Rose. HEX triplet: BB, 26 and 59. RGB value is (187,38,89). Sum of RGB (Red+Green+Blue) = 187+38+89=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2659 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2659 is #44D9A6. Grayscale: #585858. Windows color (decimal): -4512167 or 5842619. OLE color: 5842619.
HSL color Cylindrical-coordinate representation of color #BB2659: hue angle of 339.46º 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 #BB2659 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 89 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.27 |
| HSL | 339.46º | 0.66% | 0.44% | - |
| HSV(B) | 339.46º | 0.8% | 0.73% | - |
| XYZ | 22.99 | 12.67 | 10.69 | - |
| YUV | 88.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 89 | 0 | 0.80 | 0.52 | 0.27 | 339.46 | 0.66 | 0.44 |
| Hex | BB | 26 | 59 | 0 | 50 | 34 | 1B | 153 | 42 | 2C |
| Octal | 273 | 46 | 131 | 0 | 120 | 64 | 33 | 523 | 102 | 54 |
| Binary | 10111011 | 100110 | 1011001 | 0 | 1010000 | 110100 | 11011 | 101010011 | 1000010 | 101100 |
Color Harmonies of #BB2659
Complementary color
Monochromatic Colors of #BB2659
Black with #BB2659
Text Example
Text Example
White with #BB2659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2659; }
p { color: rgb(187,38,89); }
H1.HeaderClassName
{
color: #BB2659;
}
.AnyTagClassName
{
color: #BB2659;
}
</style>
background-color css
<style>
a { background-color: #BB2659; }
a { background-color: rgb(187,38,89); }
div.DivClassName
{
background-color: #BB2659;
}
.BgClassName
{
background-color: #BB2659;
}
</style>
border-color css
<style>
span { border-color: #BB2659; }
span { border-color: rgb(187,38,89); }
td.TdClassName
{
border-color: #BB2659;
}
.TagClassName
{
border-color: #BB2659;
}
</style>