Shades of Old Rose #BB3052
Tints of Old Rose #BB3052
RGB
CMYK
RGB Variations
Color information
#BB3052 (or 0xBB3052) is known color: Old Rose. HEX triplet: BB, 30 and 52. RGB value is (187,48,82). Sum of RGB (Red+Green+Blue) = 187+48+82=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3052 is #44CFAD. Grayscale: #5D5D5D. Windows color (decimal): -4509614 or 5386427. OLE color: 5386427.
HSL color Cylindrical-coordinate representation of color #BB3052: hue angle of 345.32º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3052 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 82 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.27 |
| HSL | 345.32º | 0.59% | 0.46% | - |
| HSV(B) | 345.32º | 0.74% | 0.73% | - |
| XYZ | 23.07 | 13.29 | 9.33 | - |
| YUV | 93.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 82 | 0 | 0.74 | 0.56 | 0.27 | 345.32 | 0.59 | 0.46 |
| Hex | BB | 30 | 52 | 0 | 4A | 38 | 1B | 159 | 3B | 2E |
| Octal | 273 | 60 | 122 | 0 | 112 | 70 | 33 | 531 | 73 | 56 |
| Binary | 10111011 | 110000 | 1010010 | 0 | 1001010 | 111000 | 11011 | 101011001 | 111011 | 101110 |
Color Harmonies of #BB3052
Complementary color
Monochromatic Colors of #BB3052
Black with #BB3052
Text Example
Text Example
White with #BB3052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3052; }
p { color: rgb(187,48,82); }
H1.HeaderClassName
{
color: #BB3052;
}
.AnyTagClassName
{
color: #BB3052;
}
</style>
background-color css
<style>
a { background-color: #BB3052; }
a { background-color: rgb(187,48,82); }
div.DivClassName
{
background-color: #BB3052;
}
.BgClassName
{
background-color: #BB3052;
}
</style>
border-color css
<style>
span { border-color: #BB3052; }
span { border-color: rgb(187,48,82); }
td.TdClassName
{
border-color: #BB3052;
}
.TagClassName
{
border-color: #BB3052;
}
</style>