Shades of Old Rose #BB324D
Tints of Old Rose #BB324D
RGB
CMYK
RGB Variations
Color information
#BB324D (or 0xBB324D) is known color: Old Rose. HEX triplet: BB, 32 and 4D. RGB value is (187,50,77). Sum of RGB (Red+Green+Blue) = 187+50+77=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 50 (19.92% from 255 or 15.92% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB324D is #44CDB2. Grayscale: #5E5E5E. Windows color (decimal): -4509107 or 5059259. OLE color: 5059259.
HSL color Cylindrical-coordinate representation of color #BB324D: hue angle of 348.18º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB324D is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 77 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.27 |
| HSL | 348.18º | 0.58% | 0.46% | - |
| HSV(B) | 348.18º | 0.73% | 0.73% | - |
| XYZ | 22.97 | 13.38 | 8.39 | - |
| YUV | 94.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 77 | 0 | 0.73 | 0.59 | 0.27 | 348.18 | 0.58 | 0.46 |
| Hex | BB | 32 | 4D | 0 | 49 | 3B | 1B | 15C | 3A | 2E |
| Octal | 273 | 62 | 115 | 0 | 111 | 73 | 33 | 534 | 72 | 56 |
| Binary | 10111011 | 110010 | 1001101 | 0 | 1001001 | 111011 | 11011 | 101011100 | 111010 | 101110 |
Color Harmonies of #BB324D
Complementary color
Monochromatic Colors of #BB324D
Black with #BB324D
Text Example
Text Example
White with #BB324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB324D; }
p { color: rgb(187,50,77); }
H1.HeaderClassName
{
color: #BB324D;
}
.AnyTagClassName
{
color: #BB324D;
}
</style>
background-color css
<style>
a { background-color: #BB324D; }
a { background-color: rgb(187,50,77); }
div.DivClassName
{
background-color: #BB324D;
}
.BgClassName
{
background-color: #BB324D;
}
</style>
border-color css
<style>
span { border-color: #BB324D; }
span { border-color: rgb(187,50,77); }
td.TdClassName
{
border-color: #BB324D;
}
.TagClassName
{
border-color: #BB324D;
}
</style>