Shades of Old Rose #BB3759
Tints of Old Rose #BB3759
RGB
CMYK
RGB Variations
Color information
#BB3759 (or 0xBB3759) is known color: Old Rose. HEX triplet: BB, 37 and 59. RGB value is (187,55,89). Sum of RGB (Red+Green+Blue) = 187+55+89=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3759 is #44C8A6. Grayscale: #626262. Windows color (decimal): -4507815 or 5846971. OLE color: 5846971.
HSL color Cylindrical-coordinate representation of color #BB3759: hue angle of 344.55º 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 #BB3759 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 55 | 89 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.27 |
| HSL | 344.55º | 0.55% | 0.47% | - |
| HSV(B) | 344.55º | 0.71% | 0.73% | - |
| XYZ | 23.66 | 14.02 | 10.91 | - |
| YUV | 98.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 55 | 89 | 0 | 0.71 | 0.52 | 0.27 | 344.55 | 0.55 | 0.47 |
| Hex | BB | 37 | 59 | 0 | 47 | 34 | 1B | 159 | 37 | 2F |
| Octal | 273 | 67 | 131 | 0 | 107 | 64 | 33 | 531 | 67 | 57 |
| Binary | 10111011 | 110111 | 1011001 | 0 | 1000111 | 110100 | 11011 | 101011001 | 110111 | 101111 |
Color Harmonies of #BB3759
Complementary color
Monochromatic Colors of #BB3759
Black with #BB3759
Text Example
Text Example
White with #BB3759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3759; }
p { color: rgb(187,55,89); }
H1.HeaderClassName
{
color: #BB3759;
}
.AnyTagClassName
{
color: #BB3759;
}
</style>
background-color css
<style>
a { background-color: #BB3759; }
a { background-color: rgb(187,55,89); }
div.DivClassName
{
background-color: #BB3759;
}
.BgClassName
{
background-color: #BB3759;
}
</style>
border-color css
<style>
span { border-color: #BB3759; }
span { border-color: rgb(187,55,89); }
td.TdClassName
{
border-color: #BB3759;
}
.TagClassName
{
border-color: #BB3759;
}
</style>