Shades of Old Rose #BB3C46
Tints of Old Rose #BB3C46
RGB
CMYK
RGB Variations
Color information
#BB3C46 (or 0xBB3C46) is known color: Old Rose. HEX triplet: BB, 3C and 46. RGB value is (187,60,70). Sum of RGB (Red+Green+Blue) = 187+60+70=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3C46 is #44C3B9. Grayscale: #636363. Windows color (decimal): -4506554 or 4603067. OLE color: 4603067.
HSL color Cylindrical-coordinate representation of color #BB3C46: hue angle of 355.28º 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 #BB3C46 is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 60 | 70 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.27 |
| HSL | 355.28º | 0.51% | 0.48% | - |
| HSV(B) | 355.28º | 0.68% | 0.73% | - |
| XYZ | 23.21 | 14.24 | 7.32 | - |
| YUV | 99.11 | 111.58 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 60 | 70 | 0 | 0.68 | 0.63 | 0.27 | 355.28 | 0.51 | 0.48 |
| Hex | BB | 3C | 46 | 0 | 44 | 3F | 1B | 163 | 33 | 30 |
| Octal | 273 | 74 | 106 | 0 | 104 | 77 | 33 | 543 | 63 | 60 |
| Binary | 10111011 | 111100 | 1000110 | 0 | 1000100 | 111111 | 11011 | 101100011 | 110011 | 110000 |
Color Harmonies of #BB3C46
Complementary color
Monochromatic Colors of #BB3C46
Black with #BB3C46
Text Example
Text Example
White with #BB3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3C46; }
p { color: rgb(187,60,70); }
H1.HeaderClassName
{
color: #BB3C46;
}
.AnyTagClassName
{
color: #BB3C46;
}
</style>
background-color css
<style>
a { background-color: #BB3C46; }
a { background-color: rgb(187,60,70); }
div.DivClassName
{
background-color: #BB3C46;
}
.BgClassName
{
background-color: #BB3C46;
}
</style>
border-color css
<style>
span { border-color: #BB3C46; }
span { border-color: rgb(187,60,70); }
td.TdClassName
{
border-color: #BB3C46;
}
.TagClassName
{
border-color: #BB3C46;
}
</style>