Shades of Old Rose #BB244C
Tints of Old Rose #BB244C
RGB
CMYK
RGB Variations
Color information
#BB244C (or 0xBB244C) is known color: Old Rose. HEX triplet: BB, 24 and 4C. RGB value is (187,36,76). Sum of RGB (Red+Green+Blue) = 187+36+76=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB244C is #44DBB3. Grayscale: #555555. Windows color (decimal): -4512692 or 4990139. OLE color: 4990139.
HSL color Cylindrical-coordinate representation of color #BB244C: hue angle of 344.11º 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 #BB244C is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 36 | 76 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.27 |
| HSL | 344.11º | 0.68% | 0.44% | - |
| HSV(B) | 344.11º | 0.81% | 0.73% | - |
| XYZ | 22.43 | 12.35 | 8.04 | - |
| YUV | 85.71 | 122.53 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 36 | 76 | 0 | 0.81 | 0.59 | 0.27 | 344.11 | 0.68 | 0.44 |
| Hex | BB | 24 | 4C | 0 | 51 | 3B | 1B | 158 | 44 | 2C |
| Octal | 273 | 44 | 114 | 0 | 121 | 73 | 33 | 530 | 104 | 54 |
| Binary | 10111011 | 100100 | 1001100 | 0 | 1010001 | 111011 | 11011 | 101011000 | 1000100 | 101100 |
Color Harmonies of #BB244C
Complementary color
Monochromatic Colors of #BB244C
Black with #BB244C
Text Example
Text Example
White with #BB244C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB244C; }
p { color: rgb(187,36,76); }
H1.HeaderClassName
{
color: #BB244C;
}
.AnyTagClassName
{
color: #BB244C;
}
</style>
background-color css
<style>
a { background-color: #BB244C; }
a { background-color: rgb(187,36,76); }
div.DivClassName
{
background-color: #BB244C;
}
.BgClassName
{
background-color: #BB244C;
}
</style>
border-color css
<style>
span { border-color: #BB244C; }
span { border-color: rgb(187,36,76); }
td.TdClassName
{
border-color: #BB244C;
}
.TagClassName
{
border-color: #BB244C;
}
</style>