Shades of Old Rose #BB2C4B
Tints of Old Rose #BB2C4B
RGB
CMYK
RGB Variations
Color information
#BB2C4B (or 0xBB2C4B) is known color: Old Rose. HEX triplet: BB, 2C and 4B. RGB value is (187,44,75). Sum of RGB (Red+Green+Blue) = 187+44+75=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 44 (17.58% from 255 or 14.38% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2C4B is #44D3B4. Grayscale: #5A5A5A. Windows color (decimal): -4510645 or 4926651. OLE color: 4926651.
HSL color Cylindrical-coordinate representation of color #BB2C4B: hue angle of 346.99º 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 #BB2C4B is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 44 | 75 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.27 |
| HSL | 346.99º | 0.62% | 0.45% | - |
| HSV(B) | 346.99º | 0.76% | 0.73% | - |
| XYZ | 22.66 | 12.87 | 7.95 | - |
| YUV | 90.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 44 | 75 | 0 | 0.76 | 0.60 | 0.27 | 346.99 | 0.62 | 0.45 |
| Hex | BB | 2C | 4B | 0 | 4C | 3C | 1B | 15B | 3E | 2D |
| Octal | 273 | 54 | 113 | 0 | 114 | 74 | 33 | 533 | 76 | 55 |
| Binary | 10111011 | 101100 | 1001011 | 0 | 1001100 | 111100 | 11011 | 101011011 | 111110 | 101101 |
Color Harmonies of #BB2C4B
Complementary color
Monochromatic Colors of #BB2C4B
Black with #BB2C4B
Text Example
Text Example
White with #BB2C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2C4B; }
p { color: rgb(187,44,75); }
H1.HeaderClassName
{
color: #BB2C4B;
}
.AnyTagClassName
{
color: #BB2C4B;
}
</style>
background-color css
<style>
a { background-color: #BB2C4B; }
a { background-color: rgb(187,44,75); }
div.DivClassName
{
background-color: #BB2C4B;
}
.BgClassName
{
background-color: #BB2C4B;
}
</style>
border-color css
<style>
span { border-color: #BB2C4B; }
span { border-color: rgb(187,44,75); }
td.TdClassName
{
border-color: #BB2C4B;
}
.TagClassName
{
border-color: #BB2C4B;
}
</style>