Shades of Old Rose #BB2650
Tints of Old Rose #BB2650
RGB
CMYK
RGB Variations
Color information
#BB2650 (or 0xBB2650) is known color: Old Rose. HEX triplet: BB, 26 and 50. RGB value is (187,38,80). Sum of RGB (Red+Green+Blue) = 187+38+80=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2650 is #44D9AF. Grayscale: #575757. Windows color (decimal): -4512176 or 5252795. OLE color: 5252795.
HSL color Cylindrical-coordinate representation of color #BB2650: hue angle of 343.09º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2650 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 80 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.27 |
| HSL | 343.09º | 0.66% | 0.44% | - |
| HSV(B) | 343.09º | 0.8% | 0.73% | - |
| XYZ | 22.63 | 12.53 | 8.82 | - |
| YUV | 87.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 80 | 0 | 0.80 | 0.57 | 0.27 | 343.09 | 0.66 | 0.44 |
| Hex | BB | 26 | 50 | 0 | 50 | 39 | 1B | 157 | 42 | 2C |
| Octal | 273 | 46 | 120 | 0 | 120 | 71 | 33 | 527 | 102 | 54 |
| Binary | 10111011 | 100110 | 1010000 | 0 | 1010000 | 111001 | 11011 | 101010111 | 1000010 | 101100 |
Color Harmonies of #BB2650
Complementary color
Monochromatic Colors of #BB2650
Black with #BB2650
Text Example
Text Example
White with #BB2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2650; }
p { color: rgb(187,38,80); }
H1.HeaderClassName
{
color: #BB2650;
}
.AnyTagClassName
{
color: #BB2650;
}
</style>
background-color css
<style>
a { background-color: #BB2650; }
a { background-color: rgb(187,38,80); }
div.DivClassName
{
background-color: #BB2650;
}
.BgClassName
{
background-color: #BB2650;
}
</style>
border-color css
<style>
span { border-color: #BB2650; }
span { border-color: rgb(187,38,80); }
td.TdClassName
{
border-color: #BB2650;
}
.TagClassName
{
border-color: #BB2650;
}
</style>