Shades of Old Rose #BB3D4E
Tints of Old Rose #BB3D4E
RGB
CMYK
RGB Variations
Color information
#BB3D4E (or 0xBB3D4E) is known color: Old Rose. HEX triplet: BB, 3D and 4E. RGB value is (187,61,78). Sum of RGB (Red+Green+Blue) = 187+61+78=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D4E is #44C2B1. Grayscale: #646464. Windows color (decimal): -4506290 or 5127611. OLE color: 5127611.
HSL color Cylindrical-coordinate representation of color #BB3D4E: hue angle of 351.9º 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 #BB3D4E is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 78 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.27 |
| HSL | 351.9º | 0.51% | 0.49% | - |
| HSV(B) | 351.9º | 0.67% | 0.73% | - |
| XYZ | 23.54 | 14.45 | 8.76 | - |
| YUV | 100.61 | 115.24 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 78 | 0 | 0.67 | 0.58 | 0.27 | 351.9 | 0.51 | 0.49 |
| Hex | BB | 3D | 4E | 0 | 43 | 3A | 1B | 160 | 33 | 31 |
| Octal | 273 | 75 | 116 | 0 | 103 | 72 | 33 | 540 | 63 | 61 |
| Binary | 10111011 | 111101 | 1001110 | 0 | 1000011 | 111010 | 11011 | 101100000 | 110011 | 110001 |
Color Harmonies of #BB3D4E
Complementary color
Monochromatic Colors of #BB3D4E
Black with #BB3D4E
Text Example
Text Example
White with #BB3D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D4E; }
p { color: rgb(187,61,78); }
H1.HeaderClassName
{
color: #BB3D4E;
}
.AnyTagClassName
{
color: #BB3D4E;
}
</style>
background-color css
<style>
a { background-color: #BB3D4E; }
a { background-color: rgb(187,61,78); }
div.DivClassName
{
background-color: #BB3D4E;
}
.BgClassName
{
background-color: #BB3D4E;
}
</style>
border-color css
<style>
span { border-color: #BB3D4E; }
span { border-color: rgb(187,61,78); }
td.TdClassName
{
border-color: #BB3D4E;
}
.TagClassName
{
border-color: #BB3D4E;
}
</style>