Shades of Old Rose #BB324C
Tints of Old Rose #BB324C
RGB
CMYK
RGB Variations
Color information
#BB324C (or 0xBB324C) is known color: Old Rose. HEX triplet: BB, 32 and 4C. RGB value is (187,50,76). Sum of RGB (Red+Green+Blue) = 187+50+76=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB324C is #44CDB3. Grayscale: #5D5D5D. Windows color (decimal): -4509108 or 4993723. OLE color: 4993723.
HSL color Cylindrical-coordinate representation of color #BB324C: hue angle of 348.61º 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 #BB324C is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 76 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.27 |
| HSL | 348.61º | 0.58% | 0.46% | - |
| HSV(B) | 348.61º | 0.73% | 0.73% | - |
| XYZ | 22.94 | 13.37 | 8.21 | - |
| YUV | 93.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 76 | 0 | 0.73 | 0.59 | 0.27 | 348.61 | 0.58 | 0.46 |
| Hex | BB | 32 | 4C | 0 | 49 | 3B | 1B | 15D | 3A | 2E |
| Octal | 273 | 62 | 114 | 0 | 111 | 73 | 33 | 535 | 72 | 56 |
| Binary | 10111011 | 110010 | 1001100 | 0 | 1001001 | 111011 | 11011 | 101011101 | 111010 | 101110 |
Color Harmonies of #BB324C
Complementary color
Monochromatic Colors of #BB324C
Black with #BB324C
Text Example
Text Example
White with #BB324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB324C; }
p { color: rgb(187,50,76); }
H1.HeaderClassName
{
color: #BB324C;
}
.AnyTagClassName
{
color: #BB324C;
}
</style>
background-color css
<style>
a { background-color: #BB324C; }
a { background-color: rgb(187,50,76); }
div.DivClassName
{
background-color: #BB324C;
}
.BgClassName
{
background-color: #BB324C;
}
</style>
border-color css
<style>
span { border-color: #BB324C; }
span { border-color: rgb(187,50,76); }
td.TdClassName
{
border-color: #BB324C;
}
.TagClassName
{
border-color: #BB324C;
}
</style>