Shades of Old Rose #BB2A4D
Tints of Old Rose #BB2A4D
RGB
CMYK
RGB Variations
Color information
#BB2A4D (or 0xBB2A4D) is known color: Old Rose. HEX triplet: BB, 2A and 4D. RGB value is (187,42,77). Sum of RGB (Red+Green+Blue) = 187+42+77=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2A4D is #44D5B2. Grayscale: #595959. Windows color (decimal): -4511155 or 5057211. OLE color: 5057211.
HSL color Cylindrical-coordinate representation of color #BB2A4D: hue angle of 345.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A4D is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 42 | 77 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.27 |
| HSL | 345.52º | 0.63% | 0.45% | - |
| HSV(B) | 345.52º | 0.78% | 0.73% | - |
| XYZ | 22.66 | 12.76 | 8.29 | - |
| YUV | 89.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 42 | 77 | 0 | 0.78 | 0.59 | 0.27 | 345.52 | 0.63 | 0.45 |
| Hex | BB | 2A | 4D | 0 | 4E | 3B | 1B | 15A | 3F | 2D |
| Octal | 273 | 52 | 115 | 0 | 116 | 73 | 33 | 532 | 77 | 55 |
| Binary | 10111011 | 101010 | 1001101 | 0 | 1001110 | 111011 | 11011 | 101011010 | 111111 | 101101 |
Color Harmonies of #BB2A4D
Complementary color
Monochromatic Colors of #BB2A4D
Black with #BB2A4D
Text Example
Text Example
White with #BB2A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2A4D; }
p { color: rgb(187,42,77); }
H1.HeaderClassName
{
color: #BB2A4D;
}
.AnyTagClassName
{
color: #BB2A4D;
}
</style>
background-color css
<style>
a { background-color: #BB2A4D; }
a { background-color: rgb(187,42,77); }
div.DivClassName
{
background-color: #BB2A4D;
}
.BgClassName
{
background-color: #BB2A4D;
}
</style>
border-color css
<style>
span { border-color: #BB2A4D; }
span { border-color: rgb(187,42,77); }
td.TdClassName
{
border-color: #BB2A4D;
}
.TagClassName
{
border-color: #BB2A4D;
}
</style>