Shades of Old Rose #BB1952
Tints of Old Rose #BB1952
RGB
CMYK
RGB Variations
Color information
#BB1952 (or 0xBB1952) is known color: Old Rose. HEX triplet: BB, 19 and 52. RGB value is (187,25,82). Sum of RGB (Red+Green+Blue) = 187+25+82=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1952 is #44E6AD. Grayscale: #4F4F4F. Windows color (decimal): -4515502 or 5380539. OLE color: 5380539.
HSL color Cylindrical-coordinate representation of color #BB1952: hue angle of 338.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1952 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 82 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.27 |
| HSL | 338.89º | 0.76% | 0.42% | - |
| HSV(B) | 338.89º | 0.87% | 0.73% | - |
| XYZ | 22.36 | 11.87 | 9.09 | - |
| YUV | 79.94 | 129.17 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 82 | 0 | 0.87 | 0.56 | 0.27 | 338.89 | 0.76 | 0.42 |
| Hex | BB | 19 | 52 | 0 | 57 | 38 | 1B | 153 | 4C | 2A |
| Octal | 273 | 31 | 122 | 0 | 127 | 70 | 33 | 523 | 114 | 52 |
| Binary | 10111011 | 11001 | 1010010 | 0 | 1010111 | 111000 | 11011 | 101010011 | 1001100 | 101010 |
Color Harmonies of #BB1952
Complementary color
Monochromatic Colors of #BB1952
Black with #BB1952
Text Example
Text Example
White with #BB1952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1952; }
p { color: rgb(187,25,82); }
H1.HeaderClassName
{
color: #BB1952;
}
.AnyTagClassName
{
color: #BB1952;
}
</style>
background-color css
<style>
a { background-color: #BB1952; }
a { background-color: rgb(187,25,82); }
div.DivClassName
{
background-color: #BB1952;
}
.BgClassName
{
background-color: #BB1952;
}
</style>
border-color css
<style>
span { border-color: #BB1952; }
span { border-color: rgb(187,25,82); }
td.TdClassName
{
border-color: #BB1952;
}
.TagClassName
{
border-color: #BB1952;
}
</style>