Shades of Old Rose #BB3F54
Tints of Old Rose #BB3F54
RGB
CMYK
RGB Variations
Color information
#BB3F54 (or 0xBB3F54) is known color: Old Rose. HEX triplet: BB, 3F and 54. RGB value is (187,63,84). Sum of RGB (Red+Green+Blue) = 187+63+84=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F54 is #44C0AB. Grayscale: #666666. Windows color (decimal): -4505772 or 5521339. OLE color: 5521339.
HSL color Cylindrical-coordinate representation of color #BB3F54: hue angle of 349.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F54 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 63 | 84 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.27 |
| HSL | 349.84º | 0.5% | 0.49% | - |
| HSV(B) | 349.84º | 0.66% | 0.73% | - |
| XYZ | 23.87 | 14.76 | 9.98 | - |
| YUV | 102.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 63 | 84 | 0 | 0.66 | 0.55 | 0.27 | 349.84 | 0.5 | 0.49 |
| Hex | BB | 3F | 54 | 0 | 42 | 37 | 1B | 15E | 32 | 31 |
| Octal | 273 | 77 | 124 | 0 | 102 | 67 | 33 | 536 | 62 | 61 |
| Binary | 10111011 | 111111 | 1010100 | 0 | 1000010 | 110111 | 11011 | 101011110 | 110010 | 110001 |
Color Harmonies of #BB3F54
Complementary color
Monochromatic Colors of #BB3F54
Black with #BB3F54
Text Example
Text Example
White with #BB3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3F54; }
p { color: rgb(187,63,84); }
H1.HeaderClassName
{
color: #BB3F54;
}
.AnyTagClassName
{
color: #BB3F54;
}
</style>
background-color css
<style>
a { background-color: #BB3F54; }
a { background-color: rgb(187,63,84); }
div.DivClassName
{
background-color: #BB3F54;
}
.BgClassName
{
background-color: #BB3F54;
}
</style>
border-color css
<style>
span { border-color: #BB3F54; }
span { border-color: rgb(187,63,84); }
td.TdClassName
{
border-color: #BB3F54;
}
.TagClassName
{
border-color: #BB3F54;
}
</style>