Shades of Old Rose #BB204C
Tints of Old Rose #BB204C
RGB
CMYK
RGB Variations
Color information
#BB204C (or 0xBB204C) is known color: Old Rose. HEX triplet: BB, 20 and 4C. RGB value is (187,32,76). Sum of RGB (Red+Green+Blue) = 187+32+76=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB204C is #44DFB3. Grayscale: #535353. Windows color (decimal): -4513716 or 4989115. OLE color: 4989115.
HSL color Cylindrical-coordinate representation of color #BB204C: hue angle of 342.97º 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 #BB204C is Cyan = 0, Magento = 0.83, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 76 | - |
| CMYK | 0 | 0.83 | 0.59 | 0.27 |
| HSL | 342.97º | 0.71% | 0.43% | - |
| HSV(B) | 342.97º | 0.83% | 0.73% | - |
| XYZ | 22.31 | 12.12 | 8 | - |
| YUV | 83.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 76 | 0 | 0.83 | 0.59 | 0.27 | 342.97 | 0.71 | 0.43 |
| Hex | BB | 20 | 4C | 0 | 53 | 3B | 1B | 157 | 47 | 2B |
| Octal | 273 | 40 | 114 | 0 | 123 | 73 | 33 | 527 | 107 | 53 |
| Binary | 10111011 | 100000 | 1001100 | 0 | 1010011 | 111011 | 11011 | 101010111 | 1000111 | 101011 |
Color Harmonies of #BB204C
Complementary color
Monochromatic Colors of #BB204C
Black with #BB204C
Text Example
Text Example
White with #BB204C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB204C; }
p { color: rgb(187,32,76); }
H1.HeaderClassName
{
color: #BB204C;
}
.AnyTagClassName
{
color: #BB204C;
}
</style>
background-color css
<style>
a { background-color: #BB204C; }
a { background-color: rgb(187,32,76); }
div.DivClassName
{
background-color: #BB204C;
}
.BgClassName
{
background-color: #BB204C;
}
</style>
border-color css
<style>
span { border-color: #BB204C; }
span { border-color: rgb(187,32,76); }
td.TdClassName
{
border-color: #BB204C;
}
.TagClassName
{
border-color: #BB204C;
}
</style>