Shades of Old Rose #BB2C4C
Tints of Old Rose #BB2C4C
RGB
CMYK
RGB Variations
Color information
#BB2C4C (or 0xBB2C4C) is known color: Old Rose. HEX triplet: BB, 2C and 4C. RGB value is (187,44,76). Sum of RGB (Red+Green+Blue) = 187+44+76=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C4C is #44D3B3. Grayscale: #5A5A5A. Windows color (decimal): -4510644 or 4992187. OLE color: 4992187.
HSL color Cylindrical-coordinate representation of color #BB2C4C: hue angle of 346.57º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB2C4C is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 76 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.27 |
| HSL | 346.57º | 0.62% | 0.45% | - |
| HSV(B) | 346.57º | 0.76% | 0.73% | - |
| XYZ | 22.7 | 12.89 | 8.13 | - |
| YUV | 90.41 | 119.88 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 76 | 0 | 0.76 | 0.59 | 0.27 | 346.57 | 0.62 | 0.45 |
| Hex | BB | 2C | 4C | 0 | 4C | 3B | 1B | 15B | 3E | 2D |
| Octal | 273 | 54 | 114 | 0 | 114 | 73 | 33 | 533 | 76 | 55 |
| Binary | 10111011 | 101100 | 1001100 | 0 | 1001100 | 111011 | 11011 | 101011011 | 111110 | 101101 |
Color Harmonies of #BB2C4C
Complementary color
Monochromatic Colors of #BB2C4C
Black with #BB2C4C
Text Example
Text Example
White with #BB2C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2C4C; }
p { color: rgb(187,44,76); }
H1.HeaderClassName
{
color: #BB2C4C;
}
.AnyTagClassName
{
color: #BB2C4C;
}
</style>
background-color css
<style>
a { background-color: #BB2C4C; }
a { background-color: rgb(187,44,76); }
div.DivClassName
{
background-color: #BB2C4C;
}
.BgClassName
{
background-color: #BB2C4C;
}
</style>
border-color css
<style>
span { border-color: #BB2C4C; }
span { border-color: rgb(187,44,76); }
td.TdClassName
{
border-color: #BB2C4C;
}
.TagClassName
{
border-color: #BB2C4C;
}
</style>