Shades of Old Rose #BB3D49
Tints of Old Rose #BB3D49
RGB
CMYK
RGB Variations
Color information
#BB3D49 (or 0xBB3D49) is known color: Old Rose. HEX triplet: BB, 3D and 49. RGB value is (187,61,73). Sum of RGB (Red+Green+Blue) = 187+61+73=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3D49 is #44C2B6. Grayscale: #646464. Windows color (decimal): -4506295 or 4799931. OLE color: 4799931.
HSL color Cylindrical-coordinate representation of color #BB3D49: hue angle of 354.29º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3D49 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 73 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.27 |
| HSL | 354.29º | 0.51% | 0.49% | - |
| HSV(B) | 354.29º | 0.67% | 0.73% | - |
| XYZ | 23.36 | 14.38 | 7.85 | - |
| YUV | 100.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 73 | 0 | 0.67 | 0.61 | 0.27 | 354.29 | 0.51 | 0.49 |
| Hex | BB | 3D | 49 | 0 | 43 | 3D | 1B | 162 | 33 | 31 |
| Octal | 273 | 75 | 111 | 0 | 103 | 75 | 33 | 542 | 63 | 61 |
| Binary | 10111011 | 111101 | 1001001 | 0 | 1000011 | 111101 | 11011 | 101100010 | 110011 | 110001 |
Color Harmonies of #BB3D49
Complementary color
Monochromatic Colors of #BB3D49
Black with #BB3D49
Text Example
Text Example
White with #BB3D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D49; }
p { color: rgb(187,61,73); }
H1.HeaderClassName
{
color: #BB3D49;
}
.AnyTagClassName
{
color: #BB3D49;
}
</style>
background-color css
<style>
a { background-color: #BB3D49; }
a { background-color: rgb(187,61,73); }
div.DivClassName
{
background-color: #BB3D49;
}
.BgClassName
{
background-color: #BB3D49;
}
</style>
border-color css
<style>
span { border-color: #BB3D49; }
span { border-color: rgb(187,61,73); }
td.TdClassName
{
border-color: #BB3D49;
}
.TagClassName
{
border-color: #BB3D49;
}
</style>