Shades of Old Rose #BD2E5E
Tints of Old Rose #BD2E5E
RGB
CMYK
RGB Variations
Color information
#BD2E5E (or 0xBD2E5E) is known color: Old Rose. HEX triplet: BD, 2E and 5E. RGB value is (189,46,94). Sum of RGB (Red+Green+Blue) = 189+46+94=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2E5E is #42D1A1. Grayscale: #5E5E5E. Windows color (decimal): -4379042 or 6172349. OLE color: 6172349.
HSL color Cylindrical-coordinate representation of color #BD2E5E: hue angle of 339.86º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2E5E is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 94 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.26 |
| HSL | 339.86º | 0.61% | 0.46% | - |
| HSV(B) | 339.86º | 0.76% | 0.74% | - |
| XYZ | 23.98 | 13.58 | 11.95 | - |
| YUV | 94.23 | 127.88 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 94 | 0 | 0.76 | 0.50 | 0.26 | 339.86 | 0.61 | 0.46 |
| Hex | BD | 2E | 5E | 0 | 4C | 32 | 1A | 154 | 3D | 2E |
| Octal | 275 | 56 | 136 | 0 | 114 | 62 | 32 | 524 | 75 | 56 |
| Binary | 10111101 | 101110 | 1011110 | 0 | 1001100 | 110010 | 11010 | 101010100 | 111101 | 101110 |
Color Harmonies of #BD2E5E
Complementary color
Monochromatic Colors of #BD2E5E
Black with #BD2E5E
Text Example
Text Example
White with #BD2E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E5E; }
p { color: rgb(189,46,94); }
H1.HeaderClassName
{
color: #BD2E5E;
}
.AnyTagClassName
{
color: #BD2E5E;
}
</style>
background-color css
<style>
a { background-color: #BD2E5E; }
a { background-color: rgb(189,46,94); }
div.DivClassName
{
background-color: #BD2E5E;
}
.BgClassName
{
background-color: #BD2E5E;
}
</style>
border-color css
<style>
span { border-color: #BD2E5E; }
span { border-color: rgb(189,46,94); }
td.TdClassName
{
border-color: #BD2E5E;
}
.TagClassName
{
border-color: #BD2E5E;
}
</style>