Shades of Old Rose #BB3754
Tints of Old Rose #BB3754
RGB
CMYK
RGB Variations
Color information
#BB3754 (or 0xBB3754) is known color: Old Rose. HEX triplet: BB, 37 and 54. RGB value is (187,55,84). Sum of RGB (Red+Green+Blue) = 187+55+84=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3754 is #44C8AB. Grayscale: #616161. Windows color (decimal): -4507820 or 5519291. OLE color: 5519291.
HSL color Cylindrical-coordinate representation of color #BB3754: hue angle of 346.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3754 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 84 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.27 |
| HSL | 346.82º | 0.55% | 0.47% | - |
| HSV(B) | 346.82º | 0.71% | 0.73% | - |
| XYZ | 23.46 | 13.94 | 9.84 | - |
| YUV | 97.77 | 120.23 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 84 | 0 | 0.71 | 0.55 | 0.27 | 346.82 | 0.55 | 0.47 |
| Hex | BB | 37 | 54 | 0 | 47 | 37 | 1B | 15B | 37 | 2F |
| Octal | 273 | 67 | 124 | 0 | 107 | 67 | 33 | 533 | 67 | 57 |
| Binary | 10111011 | 110111 | 1010100 | 0 | 1000111 | 110111 | 11011 | 101011011 | 110111 | 101111 |
Color Harmonies of #BB3754
Complementary color
Monochromatic Colors of #BB3754
Black with #BB3754
Text Example
Text Example
White with #BB3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3754; }
p { color: rgb(187,55,84); }
H1.HeaderClassName
{
color: #BB3754;
}
.AnyTagClassName
{
color: #BB3754;
}
</style>
background-color css
<style>
a { background-color: #BB3754; }
a { background-color: rgb(187,55,84); }
div.DivClassName
{
background-color: #BB3754;
}
.BgClassName
{
background-color: #BB3754;
}
</style>
border-color css
<style>
span { border-color: #BB3754; }
span { border-color: rgb(187,55,84); }
td.TdClassName
{
border-color: #BB3754;
}
.TagClassName
{
border-color: #BB3754;
}
</style>