Shades of Old Rose #BB3D57
Tints of Old Rose #BB3D57
RGB
CMYK
RGB Variations
Color information
#BB3D57 (or 0xBB3D57) is known color: Old Rose. HEX triplet: BB, 3D and 57. RGB value is (187,61,87). Sum of RGB (Red+Green+Blue) = 187+61+87=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3D57 is #44C2A8. Grayscale: #656565. Windows color (decimal): -4506281 or 5717435. OLE color: 5717435.
HSL color Cylindrical-coordinate representation of color #BB3D57: hue angle of 347.62º 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 #BB3D57 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 61 | 87 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.27 |
| HSL | 347.62º | 0.51% | 0.49% | - |
| HSV(B) | 347.62º | 0.67% | 0.73% | - |
| XYZ | 23.88 | 14.59 | 10.57 | - |
| YUV | 101.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 61 | 87 | 0 | 0.67 | 0.53 | 0.27 | 347.62 | 0.51 | 0.49 |
| Hex | BB | 3D | 57 | 0 | 43 | 35 | 1B | 15C | 33 | 31 |
| Octal | 273 | 75 | 127 | 0 | 103 | 65 | 33 | 534 | 63 | 61 |
| Binary | 10111011 | 111101 | 1010111 | 0 | 1000011 | 110101 | 11011 | 101011100 | 110011 | 110001 |
Color Harmonies of #BB3D57
Complementary color
Monochromatic Colors of #BB3D57
Black with #BB3D57
Text Example
Text Example
White with #BB3D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3D57; }
p { color: rgb(187,61,87); }
H1.HeaderClassName
{
color: #BB3D57;
}
.AnyTagClassName
{
color: #BB3D57;
}
</style>
background-color css
<style>
a { background-color: #BB3D57; }
a { background-color: rgb(187,61,87); }
div.DivClassName
{
background-color: #BB3D57;
}
.BgClassName
{
background-color: #BB3D57;
}
</style>
border-color css
<style>
span { border-color: #BB3D57; }
span { border-color: rgb(187,61,87); }
td.TdClassName
{
border-color: #BB3D57;
}
.TagClassName
{
border-color: #BB3D57;
}
</style>