Shades of Old Rose #BD2E46
Tints of Old Rose #BD2E46
RGB
CMYK
RGB Variations
Color information
#BD2E46 (or 0xBD2E46) is known color: Old Rose. HEX triplet: BD, 2E and 46. RGB value is (189,46,70). Sum of RGB (Red+Green+Blue) = 189+46+70=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E46 is #42D1B9. Grayscale: #5B5B5B. Windows color (decimal): -4379066 or 4599485. OLE color: 4599485.
HSL color Cylindrical-coordinate representation of color #BD2E46: hue angle of 349.93º 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 #BD2E46 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 70 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.26 |
| HSL | 349.93º | 0.61% | 0.46% | - |
| HSV(B) | 349.93º | 0.76% | 0.74% | - |
| XYZ | 23.07 | 13.22 | 7.13 | - |
| YUV | 91.49 | 115.88 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 70 | 0 | 0.76 | 0.63 | 0.26 | 349.93 | 0.61 | 0.46 |
| Hex | BD | 2E | 46 | 0 | 4C | 3F | 1A | 15E | 3D | 2E |
| Octal | 275 | 56 | 106 | 0 | 114 | 77 | 32 | 536 | 75 | 56 |
| Binary | 10111101 | 101110 | 1000110 | 0 | 1001100 | 111111 | 11010 | 101011110 | 111101 | 101110 |
Color Harmonies of #BD2E46
Complementary color
Monochromatic Colors of #BD2E46
Black with #BD2E46
Text Example
Text Example
White with #BD2E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E46; }
p { color: rgb(189,46,70); }
H1.HeaderClassName
{
color: #BD2E46;
}
.AnyTagClassName
{
color: #BD2E46;
}
</style>
background-color css
<style>
a { background-color: #BD2E46; }
a { background-color: rgb(189,46,70); }
div.DivClassName
{
background-color: #BD2E46;
}
.BgClassName
{
background-color: #BD2E46;
}
</style>
border-color css
<style>
span { border-color: #BD2E46; }
span { border-color: rgb(189,46,70); }
td.TdClassName
{
border-color: #BD2E46;
}
.TagClassName
{
border-color: #BD2E46;
}
</style>