Shades of Old Rose #BB2B4E
Tints of Old Rose #BB2B4E
RGB
CMYK
RGB Variations
Color information
#BB2B4E (or 0xBB2B4E) is known color: Old Rose. HEX triplet: BB, 2B and 4E. RGB value is (187,43,78). Sum of RGB (Red+Green+Blue) = 187+43+78=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2B4E is #44D4B1. Grayscale: #5A5A5A. Windows color (decimal): -4510898 or 5123003. OLE color: 5123003.
HSL color Cylindrical-coordinate representation of color #BB2B4E: hue angle of 345.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BB2B4E is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 43 | 78 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.27 |
| HSL | 345.42º | 0.63% | 0.45% | - |
| HSV(B) | 345.42º | 0.77% | 0.73% | - |
| XYZ | 22.73 | 12.84 | 8.49 | - |
| YUV | 90.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 43 | 78 | 0 | 0.77 | 0.58 | 0.27 | 345.42 | 0.63 | 0.45 |
| Hex | BB | 2B | 4E | 0 | 4D | 3A | 1B | 159 | 3F | 2D |
| Octal | 273 | 53 | 116 | 0 | 115 | 72 | 33 | 531 | 77 | 55 |
| Binary | 10111011 | 101011 | 1001110 | 0 | 1001101 | 111010 | 11011 | 101011001 | 111111 | 101101 |
Color Harmonies of #BB2B4E
Complementary color
Monochromatic Colors of #BB2B4E
Black with #BB2B4E
Text Example
Text Example
White with #BB2B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2B4E; }
p { color: rgb(187,43,78); }
H1.HeaderClassName
{
color: #BB2B4E;
}
.AnyTagClassName
{
color: #BB2B4E;
}
</style>
background-color css
<style>
a { background-color: #BB2B4E; }
a { background-color: rgb(187,43,78); }
div.DivClassName
{
background-color: #BB2B4E;
}
.BgClassName
{
background-color: #BB2B4E;
}
</style>
border-color css
<style>
span { border-color: #BB2B4E; }
span { border-color: rgb(187,43,78); }
td.TdClassName
{
border-color: #BB2B4E;
}
.TagClassName
{
border-color: #BB2B4E;
}
</style>