Shades of Old Rose #BB2663
Tints of Old Rose #BB2663
RGB
CMYK
RGB Variations
Color information
#BB2663 (or 0xBB2663) is known color: Old Rose. HEX triplet: BB, 26 and 63. RGB value is (187,38,99). Sum of RGB (Red+Green+Blue) = 187+38+99=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2663 is #44D99C. Grayscale: #595959. Windows color (decimal): -4512157 or 6497979. OLE color: 6497979.
HSL color Cylindrical-coordinate representation of color #BB2663: hue angle of 335.44º 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 #BB2663 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 99 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.27 |
| HSL | 335.44º | 0.66% | 0.44% | - |
| HSV(B) | 335.44º | 0.8% | 0.73% | - |
| XYZ | 23.44 | 12.85 | 13.05 | - |
| YUV | 89.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 99 | 0 | 0.80 | 0.47 | 0.27 | 335.44 | 0.66 | 0.44 |
| Hex | BB | 26 | 63 | 0 | 50 | 2F | 1B | 14F | 42 | 2C |
| Octal | 273 | 46 | 143 | 0 | 120 | 57 | 33 | 517 | 102 | 54 |
| Binary | 10111011 | 100110 | 1100011 | 0 | 1010000 | 101111 | 11011 | 101001111 | 1000010 | 101100 |
Color Harmonies of #BB2663
Complementary color
Monochromatic Colors of #BB2663
Black with #BB2663
Text Example
Text Example
White with #BB2663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2663; }
p { color: rgb(187,38,99); }
H1.HeaderClassName
{
color: #BB2663;
}
.AnyTagClassName
{
color: #BB2663;
}
</style>
background-color css
<style>
a { background-color: #BB2663; }
a { background-color: rgb(187,38,99); }
div.DivClassName
{
background-color: #BB2663;
}
.BgClassName
{
background-color: #BB2663;
}
</style>
border-color css
<style>
span { border-color: #BB2663; }
span { border-color: rgb(187,38,99); }
td.TdClassName
{
border-color: #BB2663;
}
.TagClassName
{
border-color: #BB2663;
}
</style>