Shades of Old Rose #BB4047
Tints of Old Rose #BB4047
RGB
CMYK
RGB Variations
Color information
#BB4047 (or 0xBB4047) is known color: Old Rose. HEX triplet: BB, 40 and 47. RGB value is (187,64,71). Sum of RGB (Red+Green+Blue) = 187+64+71=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4047 is #44BFB8. Grayscale: #656565. Windows color (decimal): -4505529 or 4669627. OLE color: 4669627.
HSL color Cylindrical-coordinate representation of color #BB4047: hue angle of 356.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB4047 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 71 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.27 |
| HSL | 356.59º | 0.49% | 0.49% | - |
| HSV(B) | 356.59º | 0.66% | 0.73% | - |
| XYZ | 23.46 | 14.69 | 7.56 | - |
| YUV | 101.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 71 | 0 | 0.66 | 0.62 | 0.27 | 356.59 | 0.49 | 0.49 |
| Hex | BB | 40 | 47 | 0 | 42 | 3E | 1B | 165 | 31 | 31 |
| Octal | 273 | 100 | 107 | 0 | 102 | 76 | 33 | 545 | 61 | 61 |
| Binary | 10111011 | 1000000 | 1000111 | 0 | 1000010 | 111110 | 11011 | 101100101 | 110001 | 110001 |
Color Harmonies of #BB4047
Complementary color
Monochromatic Colors of #BB4047
Black with #BB4047
Text Example
Text Example
White with #BB4047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4047; }
p { color: rgb(187,64,71); }
H1.HeaderClassName
{
color: #BB4047;
}
.AnyTagClassName
{
color: #BB4047;
}
</style>
background-color css
<style>
a { background-color: #BB4047; }
a { background-color: rgb(187,64,71); }
div.DivClassName
{
background-color: #BB4047;
}
.BgClassName
{
background-color: #BB4047;
}
</style>
border-color css
<style>
span { border-color: #BB4047; }
span { border-color: rgb(187,64,71); }
td.TdClassName
{
border-color: #BB4047;
}
.TagClassName
{
border-color: #BB4047;
}
</style>