Shades of Old Rose #BB2465
Tints of Old Rose #BB2465
RGB
CMYK
RGB Variations
Color information
#BB2465 (or 0xBB2465) is known color: Old Rose. HEX triplet: BB, 24 and 65. RGB value is (187,36,101). Sum of RGB (Red+Green+Blue) = 187+36+101=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2465 is #44DB9A. Grayscale: #585858. Windows color (decimal): -4512667 or 6628539. OLE color: 6628539.
HSL color Cylindrical-coordinate representation of color #BB2465: hue angle of 334.17º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2465 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 101 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.27 |
| HSL | 334.17º | 0.68% | 0.44% | - |
| HSV(B) | 334.17º | 0.81% | 0.73% | - |
| XYZ | 23.47 | 12.77 | 13.54 | - |
| YUV | 88.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 101 | 0 | 0.81 | 0.46 | 0.27 | 334.17 | 0.68 | 0.44 |
| Hex | BB | 24 | 65 | 0 | 51 | 2E | 1B | 14E | 44 | 2C |
| Octal | 273 | 44 | 145 | 0 | 121 | 56 | 33 | 516 | 104 | 54 |
| Binary | 10111011 | 100100 | 1100101 | 0 | 1010001 | 101110 | 11011 | 101001110 | 1000100 | 101100 |
Color Harmonies of #BB2465
Complementary color
Monochromatic Colors of #BB2465
Black with #BB2465
Text Example
Text Example
White with #BB2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2465; }
p { color: rgb(187,36,101); }
H1.HeaderClassName
{
color: #BB2465;
}
.AnyTagClassName
{
color: #BB2465;
}
</style>
background-color css
<style>
a { background-color: #BB2465; }
a { background-color: rgb(187,36,101); }
div.DivClassName
{
background-color: #BB2465;
}
.BgClassName
{
background-color: #BB2465;
}
</style>
border-color css
<style>
span { border-color: #BB2465; }
span { border-color: rgb(187,36,101); }
td.TdClassName
{
border-color: #BB2465;
}
.TagClassName
{
border-color: #BB2465;
}
</style>