Shades of Old Rose #BB224F
Tints of Old Rose #BB224F
RGB
CMYK
RGB Variations
Color information
#BB224F (or 0xBB224F) is known color: Old Rose. HEX triplet: BB, 22 and 4F. RGB value is (187,34,79). Sum of RGB (Red+Green+Blue) = 187+34+79=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB224F is #44DDB0. Grayscale: #545454. Windows color (decimal): -4513201 or 5186235. OLE color: 5186235.
HSL color Cylindrical-coordinate representation of color #BB224F: hue angle of 342.35º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB224F is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 79 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.27 |
| HSL | 342.35º | 0.69% | 0.43% | - |
| HSV(B) | 342.35º | 0.82% | 0.73% | - |
| XYZ | 22.48 | 12.27 | 8.58 | - |
| YUV | 84.88 | 124.69 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 79 | 0 | 0.82 | 0.58 | 0.27 | 342.35 | 0.69 | 0.43 |
| Hex | BB | 22 | 4F | 0 | 52 | 3A | 1B | 156 | 45 | 2B |
| Octal | 273 | 42 | 117 | 0 | 122 | 72 | 33 | 526 | 105 | 53 |
| Binary | 10111011 | 100010 | 1001111 | 0 | 1010010 | 111010 | 11011 | 101010110 | 1000101 | 101011 |
Color Harmonies of #BB224F
Complementary color
Monochromatic Colors of #BB224F
Black with #BB224F
Text Example
Text Example
White with #BB224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB224F; }
p { color: rgb(187,34,79); }
H1.HeaderClassName
{
color: #BB224F;
}
.AnyTagClassName
{
color: #BB224F;
}
</style>
background-color css
<style>
a { background-color: #BB224F; }
a { background-color: rgb(187,34,79); }
div.DivClassName
{
background-color: #BB224F;
}
.BgClassName
{
background-color: #BB224F;
}
</style>
border-color css
<style>
span { border-color: #BB224F; }
span { border-color: rgb(187,34,79); }
td.TdClassName
{
border-color: #BB224F;
}
.TagClassName
{
border-color: #BB224F;
}
</style>