Shades of Old Rose #BB204A
Tints of Old Rose #BB204A
RGB
CMYK
RGB Variations
Color information
#BB204A (or 0xBB204A) is known color: Old Rose. HEX triplet: BB, 20 and 4A. RGB value is (187,32,74). Sum of RGB (Red+Green+Blue) = 187+32+74=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB204A is #44DFB5. Grayscale: #535353. Windows color (decimal): -4513718 or 4858043. OLE color: 4858043.
HSL color Cylindrical-coordinate representation of color #BB204A: hue angle of 343.74º 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 #BB204A is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 74 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.27 |
| HSL | 343.74º | 0.71% | 0.43% | - |
| HSV(B) | 343.74º | 0.83% | 0.73% | - |
| XYZ | 22.25 | 12.09 | 7.64 | - |
| YUV | 83.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 74 | 0 | 0.83 | 0.60 | 0.27 | 343.74 | 0.71 | 0.43 |
| Hex | BB | 20 | 4A | 0 | 53 | 3C | 1B | 158 | 47 | 2B |
| Octal | 273 | 40 | 112 | 0 | 123 | 74 | 33 | 530 | 107 | 53 |
| Binary | 10111011 | 100000 | 1001010 | 0 | 1010011 | 111100 | 11011 | 101011000 | 1000111 | 101011 |
Color Harmonies of #BB204A
Complementary color
Monochromatic Colors of #BB204A
Black with #BB204A
Text Example
Text Example
White with #BB204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB204A; }
p { color: rgb(187,32,74); }
H1.HeaderClassName
{
color: #BB204A;
}
.AnyTagClassName
{
color: #BB204A;
}
</style>
background-color css
<style>
a { background-color: #BB204A; }
a { background-color: rgb(187,32,74); }
div.DivClassName
{
background-color: #BB204A;
}
.BgClassName
{
background-color: #BB204A;
}
</style>
border-color css
<style>
span { border-color: #BB204A; }
span { border-color: rgb(187,32,74); }
td.TdClassName
{
border-color: #BB204A;
}
.TagClassName
{
border-color: #BB204A;
}
</style>