Shades of Old Rose #BB3148
Tints of Old Rose #BB3148
RGB
CMYK
RGB Variations
Color information
#BB3148 (or 0xBB3148) is known color: Old Rose. HEX triplet: BB, 31 and 48. RGB value is (187,49,72). Sum of RGB (Red+Green+Blue) = 187+49+72=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3148 is #44CEB7. Grayscale: #5C5C5C. Windows color (decimal): -4509368 or 4731323. OLE color: 4731323.
HSL color Cylindrical-coordinate representation of color #BB3148: hue angle of 350º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB3148 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 72 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.27 |
| HSL | 350º | 0.58% | 0.46% | - |
| HSV(B) | 350º | 0.74% | 0.73% | - |
| XYZ | 22.76 | 13.23 | 7.48 | - |
| YUV | 92.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 72 | 0 | 0.74 | 0.61 | 0.27 | 350 | 0.58 | 0.46 |
| Hex | BB | 31 | 48 | 0 | 4A | 3D | 1B | 15E | 3A | 2E |
| Octal | 273 | 61 | 110 | 0 | 112 | 75 | 33 | 536 | 72 | 56 |
| Binary | 10111011 | 110001 | 1001000 | 0 | 1001010 | 111101 | 11011 | 101011110 | 111010 | 101110 |
Color Harmonies of #BB3148
Complementary color
Monochromatic Colors of #BB3148
Black with #BB3148
Text Example
Text Example
White with #BB3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3148; }
p { color: rgb(187,49,72); }
H1.HeaderClassName
{
color: #BB3148;
}
.AnyTagClassName
{
color: #BB3148;
}
</style>
background-color css
<style>
a { background-color: #BB3148; }
a { background-color: rgb(187,49,72); }
div.DivClassName
{
background-color: #BB3148;
}
.BgClassName
{
background-color: #BB3148;
}
</style>
border-color css
<style>
span { border-color: #BB3148; }
span { border-color: rgb(187,49,72); }
td.TdClassName
{
border-color: #BB3148;
}
.TagClassName
{
border-color: #BB3148;
}
</style>