Shades of Old Rose #BB2564
Tints of Old Rose #BB2564
RGB
CMYK
RGB Variations
Color information
#BB2564 (or 0xBB2564) is known color: Old Rose. HEX triplet: BB, 25 and 64. RGB value is (187,37,100). Sum of RGB (Red+Green+Blue) = 187+37+100=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2564 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2564 is #44DA9B. Grayscale: #585858. Windows color (decimal): -4512412 or 6563259. OLE color: 6563259.
HSL color Cylindrical-coordinate representation of color #BB2564: hue angle of 334.8º degrees, saturation: 0.67, 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 #BB2564 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 100 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.27 |
| HSL | 334.8º | 0.67% | 0.44% | - |
| HSV(B) | 334.8º | 0.8% | 0.73% | - |
| XYZ | 23.46 | 12.81 | 13.29 | - |
| YUV | 89.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 100 | 0 | 0.80 | 0.47 | 0.27 | 334.8 | 0.67 | 0.44 |
| Hex | BB | 25 | 64 | 0 | 50 | 2F | 1B | 14F | 43 | 2C |
| Octal | 273 | 45 | 144 | 0 | 120 | 57 | 33 | 517 | 103 | 54 |
| Binary | 10111011 | 100101 | 1100100 | 0 | 1010000 | 101111 | 11011 | 101001111 | 1000011 | 101100 |
Color Harmonies of #BB2564
Complementary color
Monochromatic Colors of #BB2564
Black with #BB2564
Text Example
Text Example
White with #BB2564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2564; }
p { color: rgb(187,37,100); }
H1.HeaderClassName
{
color: #BB2564;
}
.AnyTagClassName
{
color: #BB2564;
}
</style>
background-color css
<style>
a { background-color: #BB2564; }
a { background-color: rgb(187,37,100); }
div.DivClassName
{
background-color: #BB2564;
}
.BgClassName
{
background-color: #BB2564;
}
</style>
border-color css
<style>
span { border-color: #BB2564; }
span { border-color: rgb(187,37,100); }
td.TdClassName
{
border-color: #BB2564;
}
.TagClassName
{
border-color: #BB2564;
}
</style>