Shades of Old Rose #BB3247
Tints of Old Rose #BB3247
RGB
CMYK
RGB Variations
Color information
#BB3247 (or 0xBB3247) is known color: Old Rose. HEX triplet: BB, 32 and 47. RGB value is (187,50,71). Sum of RGB (Red+Green+Blue) = 187+50+71=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3247 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3247 is #44CDB8. Grayscale: #5D5D5D. Windows color (decimal): -4509113 or 4666043. OLE color: 4666043.
HSL color Cylindrical-coordinate representation of color #BB3247: hue angle of 350.8º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3247 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 71 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.27 |
| HSL | 350.8º | 0.58% | 0.46% | - |
| HSV(B) | 350.8º | 0.73% | 0.73% | - |
| XYZ | 22.77 | 13.3 | 7.33 | - |
| YUV | 93.36 | 115.39 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 71 | 0 | 0.73 | 0.62 | 0.27 | 350.8 | 0.58 | 0.46 |
| Hex | BB | 32 | 47 | 0 | 49 | 3E | 1B | 15F | 3A | 2E |
| Octal | 273 | 62 | 107 | 0 | 111 | 76 | 33 | 537 | 72 | 56 |
| Binary | 10111011 | 110010 | 1000111 | 0 | 1001001 | 111110 | 11011 | 101011111 | 111010 | 101110 |
Color Harmonies of #BB3247
Complementary color
Monochromatic Colors of #BB3247
Black with #BB3247
Text Example
Text Example
White with #BB3247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3247; }
p { color: rgb(187,50,71); }
H1.HeaderClassName
{
color: #BB3247;
}
.AnyTagClassName
{
color: #BB3247;
}
</style>
background-color css
<style>
a { background-color: #BB3247; }
a { background-color: rgb(187,50,71); }
div.DivClassName
{
background-color: #BB3247;
}
.BgClassName
{
background-color: #BB3247;
}
</style>
border-color css
<style>
span { border-color: #BB3247; }
span { border-color: rgb(187,50,71); }
td.TdClassName
{
border-color: #BB3247;
}
.TagClassName
{
border-color: #BB3247;
}
</style>