Shades of Old Rose #BD2D5E
Tints of Old Rose #BD2D5E
RGB
CMYK
RGB Variations
Color information
#BD2D5E (or 0xBD2D5E) is known color: Old Rose. HEX triplet: BD, 2D and 5E. RGB value is (189,45,94). Sum of RGB (Red+Green+Blue) = 189+45+94=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2D5E is #42D2A1. Grayscale: #5D5D5D. Windows color (decimal): -4379298 or 6172093. OLE color: 6172093.
HSL color Cylindrical-coordinate representation of color #BD2D5E: hue angle of 339.58º degrees, saturation: 0.62, 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 #BD2D5E is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 45 | 94 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.26 |
| HSL | 339.58º | 0.62% | 0.46% | - |
| HSV(B) | 339.58º | 0.76% | 0.74% | - |
| XYZ | 23.95 | 13.5 | 11.93 | - |
| YUV | 93.64 | 128.21 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 45 | 94 | 0 | 0.76 | 0.50 | 0.26 | 339.58 | 0.62 | 0.46 |
| Hex | BD | 2D | 5E | 0 | 4C | 32 | 1A | 154 | 3E | 2E |
| Octal | 275 | 55 | 136 | 0 | 114 | 62 | 32 | 524 | 76 | 56 |
| Binary | 10111101 | 101101 | 1011110 | 0 | 1001100 | 110010 | 11010 | 101010100 | 111110 | 101110 |
Color Harmonies of #BD2D5E
Complementary color
Monochromatic Colors of #BD2D5E
Black with #BD2D5E
Text Example
Text Example
White with #BD2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2D5E; }
p { color: rgb(189,45,94); }
H1.HeaderClassName
{
color: #BD2D5E;
}
.AnyTagClassName
{
color: #BD2D5E;
}
</style>
background-color css
<style>
a { background-color: #BD2D5E; }
a { background-color: rgb(189,45,94); }
div.DivClassName
{
background-color: #BD2D5E;
}
.BgClassName
{
background-color: #BD2D5E;
}
</style>
border-color css
<style>
span { border-color: #BD2D5E; }
span { border-color: rgb(189,45,94); }
td.TdClassName
{
border-color: #BD2D5E;
}
.TagClassName
{
border-color: #BD2D5E;
}
</style>