Shades of Old Rose #BB205D
Tints of Old Rose #BB205D
RGB
CMYK
RGB Variations
Color information
#BB205D (or 0xBB205D) is known color: Old Rose. HEX triplet: BB, 20 and 5D. RGB value is (187,32,93). Sum of RGB (Red+Green+Blue) = 187+32+93=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB205D is #44DFA2. Grayscale: #555555. Windows color (decimal): -4513699 or 6103227. OLE color: 6103227.
HSL color Cylindrical-coordinate representation of color #BB205D: hue angle of 336.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB205D is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 93 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.27 |
| HSL | 336.39º | 0.71% | 0.43% | - |
| HSV(B) | 336.39º | 0.83% | 0.73% | - |
| XYZ | 22.99 | 12.39 | 11.54 | - |
| YUV | 85.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 93 | 0 | 0.83 | 0.50 | 0.27 | 336.39 | 0.71 | 0.43 |
| Hex | BB | 20 | 5D | 0 | 53 | 32 | 1B | 150 | 47 | 2B |
| Octal | 273 | 40 | 135 | 0 | 123 | 62 | 33 | 520 | 107 | 53 |
| Binary | 10111011 | 100000 | 1011101 | 0 | 1010011 | 110010 | 11011 | 101010000 | 1000111 | 101011 |
Color Harmonies of #BB205D
Complementary color
Monochromatic Colors of #BB205D
Black with #BB205D
Text Example
Text Example
White with #BB205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB205D; }
p { color: rgb(187,32,93); }
H1.HeaderClassName
{
color: #BB205D;
}
.AnyTagClassName
{
color: #BB205D;
}
</style>
background-color css
<style>
a { background-color: #BB205D; }
a { background-color: rgb(187,32,93); }
div.DivClassName
{
background-color: #BB205D;
}
.BgClassName
{
background-color: #BB205D;
}
</style>
border-color css
<style>
span { border-color: #BB205D; }
span { border-color: rgb(187,32,93); }
td.TdClassName
{
border-color: #BB205D;
}
.TagClassName
{
border-color: #BB205D;
}
</style>