Shades of Old Rose #BB3C51
Tints of Old Rose #BB3C51
RGB
CMYK
RGB Variations
Color information
#BB3C51 (or 0xBB3C51) is known color: Old Rose. HEX triplet: BB, 3C and 51. RGB value is (187,60,81). Sum of RGB (Red+Green+Blue) = 187+60+81=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3C51 is #44C3AE. Grayscale: #646464. Windows color (decimal): -4506543 or 5323963. OLE color: 5323963.
HSL color Cylindrical-coordinate representation of color #BB3C51: hue angle of 350.08º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3C51 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 60 | 81 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.27 |
| HSL | 350.08º | 0.51% | 0.48% | - |
| HSV(B) | 350.08º | 0.68% | 0.73% | - |
| XYZ | 23.59 | 14.39 | 9.32 | - |
| YUV | 100.37 | 117.08 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 81 | 0 | 0.68 | 0.57 | 0.27 | 350.08 | 0.51 | 0.48 |
| Hex | BB | 3C | 51 | 0 | 44 | 39 | 1B | 15E | 33 | 30 |
| Octal | 273 | 74 | 121 | 0 | 104 | 71 | 33 | 536 | 63 | 60 |
| Binary | 10111011 | 111100 | 1010001 | 0 | 1000100 | 111001 | 11011 | 101011110 | 110011 | 110000 |
Color Harmonies of #BB3C51
Complementary color
Monochromatic Colors of #BB3C51
Black with #BB3C51
Text Example
Text Example
White with #BB3C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3C51; }
p { color: rgb(187,60,81); }
H1.HeaderClassName
{
color: #BB3C51;
}
.AnyTagClassName
{
color: #BB3C51;
}
</style>
background-color css
<style>
a { background-color: #BB3C51; }
a { background-color: rgb(187,60,81); }
div.DivClassName
{
background-color: #BB3C51;
}
.BgClassName
{
background-color: #BB3C51;
}
</style>
border-color css
<style>
span { border-color: #BB3C51; }
span { border-color: rgb(187,60,81); }
td.TdClassName
{
border-color: #BB3C51;
}
.TagClassName
{
border-color: #BB3C51;
}
</style>