Shades of Old Rose #BB2565
Tints of Old Rose #BB2565
RGB
CMYK
RGB Variations
Color information
#BB2565 (or 0xBB2565) is known color: Old Rose. HEX triplet: BB, 25 and 65. RGB value is (187,37,101). Sum of RGB (Red+Green+Blue) = 187+37+101=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2565 is #44DA9A. Grayscale: #595959. Windows color (decimal): -4512411 or 6628795. OLE color: 6628795.
HSL color Cylindrical-coordinate representation of color #BB2565: hue angle of 334.4º 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 #BB2565 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 37 | 101 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.27 |
| HSL | 334.4º | 0.67% | 0.44% | - |
| HSV(B) | 334.4º | 0.8% | 0.73% | - |
| XYZ | 23.5 | 12.83 | 13.55 | - |
| YUV | 89.15 | 134.7 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 37 | 101 | 0 | 0.80 | 0.46 | 0.27 | 334.4 | 0.67 | 0.44 |
| Hex | BB | 25 | 65 | 0 | 50 | 2E | 1B | 14E | 43 | 2C |
| Octal | 273 | 45 | 145 | 0 | 120 | 56 | 33 | 516 | 103 | 54 |
| Binary | 10111011 | 100101 | 1100101 | 0 | 1010000 | 101110 | 11011 | 101001110 | 1000011 | 101100 |
Color Harmonies of #BB2565
Complementary color
Monochromatic Colors of #BB2565
Black with #BB2565
Text Example
Text Example
White with #BB2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2565; }
p { color: rgb(187,37,101); }
H1.HeaderClassName
{
color: #BB2565;
}
.AnyTagClassName
{
color: #BB2565;
}
</style>
background-color css
<style>
a { background-color: #BB2565; }
a { background-color: rgb(187,37,101); }
div.DivClassName
{
background-color: #BB2565;
}
.BgClassName
{
background-color: #BB2565;
}
</style>
border-color css
<style>
span { border-color: #BB2565; }
span { border-color: rgb(187,37,101); }
td.TdClassName
{
border-color: #BB2565;
}
.TagClassName
{
border-color: #BB2565;
}
</style>