Shades of Old Rose #BB2458
Tints of Old Rose #BB2458
RGB
CMYK
RGB Variations
Color information
#BB2458 (or 0xBB2458) is known color: Old Rose. HEX triplet: BB, 24 and 58. RGB value is (187,36,88). Sum of RGB (Red+Green+Blue) = 187+36+88=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2458 is #44DBA7. Grayscale: #575757. Windows color (decimal): -4512680 or 5776571. OLE color: 5776571.
HSL color Cylindrical-coordinate representation of color #BB2458: hue angle of 339.34º 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 #BB2458 is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 88 | - |
| CMYK | 0 | 0.81 | 0.53 | 0.27 |
| HSL | 339.34º | 0.68% | 0.44% | - |
| HSV(B) | 339.34º | 0.81% | 0.73% | - |
| XYZ | 22.89 | 12.53 | 10.45 | - |
| YUV | 87.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 88 | 0 | 0.81 | 0.53 | 0.27 | 339.34 | 0.68 | 0.44 |
| Hex | BB | 24 | 58 | 0 | 51 | 35 | 1B | 153 | 44 | 2C |
| Octal | 273 | 44 | 130 | 0 | 121 | 65 | 33 | 523 | 104 | 54 |
| Binary | 10111011 | 100100 | 1011000 | 0 | 1010001 | 110101 | 11011 | 101010011 | 1000100 | 101100 |
Color Harmonies of #BB2458
Complementary color
Monochromatic Colors of #BB2458
Black with #BB2458
Text Example
Text Example
White with #BB2458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2458; }
p { color: rgb(187,36,88); }
H1.HeaderClassName
{
color: #BB2458;
}
.AnyTagClassName
{
color: #BB2458;
}
</style>
background-color css
<style>
a { background-color: #BB2458; }
a { background-color: rgb(187,36,88); }
div.DivClassName
{
background-color: #BB2458;
}
.BgClassName
{
background-color: #BB2458;
}
</style>
border-color css
<style>
span { border-color: #BB2458; }
span { border-color: rgb(187,36,88); }
td.TdClassName
{
border-color: #BB2458;
}
.TagClassName
{
border-color: #BB2458;
}
</style>