Shades of Old Rose #BB344C
Tints of Old Rose #BB344C
RGB
CMYK
RGB Variations
Color information
#BB344C (or 0xBB344C) is known color: Old Rose. HEX triplet: BB, 34 and 4C. RGB value is (187,52,76). Sum of RGB (Red+Green+Blue) = 187+52+76=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB344C is #44CBB3. Grayscale: #5F5F5F. Windows color (decimal): -4508596 or 4994235. OLE color: 4994235.
HSL color Cylindrical-coordinate representation of color #BB344C: hue angle of 349.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB344C is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 52 | 76 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.27 |
| HSL | 349.33º | 0.56% | 0.47% | - |
| HSV(B) | 349.33º | 0.72% | 0.73% | - |
| XYZ | 23.03 | 13.54 | 8.24 | - |
| YUV | 95.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 52 | 76 | 0 | 0.72 | 0.59 | 0.27 | 349.33 | 0.56 | 0.47 |
| Hex | BB | 34 | 4C | 0 | 48 | 3B | 1B | 15D | 38 | 2F |
| Octal | 273 | 64 | 114 | 0 | 110 | 73 | 33 | 535 | 70 | 57 |
| Binary | 10111011 | 110100 | 1001100 | 0 | 1001000 | 111011 | 11011 | 101011101 | 111000 | 101111 |
Color Harmonies of #BB344C
Complementary color
Monochromatic Colors of #BB344C
Black with #BB344C
Text Example
Text Example
White with #BB344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB344C; }
p { color: rgb(187,52,76); }
H1.HeaderClassName
{
color: #BB344C;
}
.AnyTagClassName
{
color: #BB344C;
}
</style>
background-color css
<style>
a { background-color: #BB344C; }
a { background-color: rgb(187,52,76); }
div.DivClassName
{
background-color: #BB344C;
}
.BgClassName
{
background-color: #BB344C;
}
</style>
border-color css
<style>
span { border-color: #BB344C; }
span { border-color: rgb(187,52,76); }
td.TdClassName
{
border-color: #BB344C;
}
.TagClassName
{
border-color: #BB344C;
}
</style>