Shades of Old Rose #BB245F
Tints of Old Rose #BB245F
RGB
CMYK
RGB Variations
Color information
#BB245F (or 0xBB245F) is known color: Old Rose. HEX triplet: BB, 24 and 5F. RGB value is (187,36,95). Sum of RGB (Red+Green+Blue) = 187+36+95=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB245F is #44DBA0. Grayscale: #575757. Windows color (decimal): -4512673 or 6235323. OLE color: 6235323.
HSL color Cylindrical-coordinate representation of color #BB245F: hue angle of 336.56º 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 #BB245F is Cyan = 0, Magento = 0.81, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 95 | - |
| CMYK | 0 | 0.81 | 0.49 | 0.27 |
| HSL | 336.56º | 0.68% | 0.44% | - |
| HSV(B) | 336.56º | 0.81% | 0.73% | - |
| XYZ | 23.19 | 12.65 | 12.05 | - |
| YUV | 87.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 95 | 0 | 0.81 | 0.49 | 0.27 | 336.56 | 0.68 | 0.44 |
| Hex | BB | 24 | 5F | 0 | 51 | 31 | 1B | 151 | 44 | 2C |
| Octal | 273 | 44 | 137 | 0 | 121 | 61 | 33 | 521 | 104 | 54 |
| Binary | 10111011 | 100100 | 1011111 | 0 | 1010001 | 110001 | 11011 | 101010001 | 1000100 | 101100 |
Color Harmonies of #BB245F
Complementary color
Monochromatic Colors of #BB245F
Black with #BB245F
Text Example
Text Example
White with #BB245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB245F; }
p { color: rgb(187,36,95); }
H1.HeaderClassName
{
color: #BB245F;
}
.AnyTagClassName
{
color: #BB245F;
}
</style>
background-color css
<style>
a { background-color: #BB245F; }
a { background-color: rgb(187,36,95); }
div.DivClassName
{
background-color: #BB245F;
}
.BgClassName
{
background-color: #BB245F;
}
</style>
border-color css
<style>
span { border-color: #BB245F; }
span { border-color: rgb(187,36,95); }
td.TdClassName
{
border-color: #BB245F;
}
.TagClassName
{
border-color: #BB245F;
}
</style>