Shades of Old Rose #BD2A4E
Tints of Old Rose #BD2A4E
RGB
CMYK
RGB Variations
Color information
#BD2A4E (or 0xBD2A4E) is known color: Old Rose. HEX triplet: BD, 2A and 4E. RGB value is (189,42,78). Sum of RGB (Red+Green+Blue) = 189+42+78=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2A4E is #42D5B1. Grayscale: #5A5A5A. Windows color (decimal): -4380082 or 5122749. OLE color: 5122749.
HSL color Cylindrical-coordinate representation of color #BD2A4E: hue angle of 345.31º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2A4E is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 42 | 78 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.26 |
| HSL | 345.31º | 0.64% | 0.45% | - |
| HSV(B) | 345.31º | 0.78% | 0.74% | - |
| XYZ | 23.19 | 13.02 | 8.5 | - |
| YUV | 90.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 78 | 0 | 0.78 | 0.59 | 0.26 | 345.31 | 0.64 | 0.45 |
| Hex | BD | 2A | 4E | 0 | 4E | 3B | 1A | 159 | 40 | 2D |
| Octal | 275 | 52 | 116 | 0 | 116 | 73 | 32 | 531 | 100 | 55 |
| Binary | 10111101 | 101010 | 1001110 | 0 | 1001110 | 111011 | 11010 | 101011001 | 1000000 | 101101 |
Color Harmonies of #BD2A4E
Complementary color
Monochromatic Colors of #BD2A4E
Black with #BD2A4E
Text Example
Text Example
White with #BD2A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2A4E; }
p { color: rgb(189,42,78); }
H1.HeaderClassName
{
color: #BD2A4E;
}
.AnyTagClassName
{
color: #BD2A4E;
}
</style>
background-color css
<style>
a { background-color: #BD2A4E; }
a { background-color: rgb(189,42,78); }
div.DivClassName
{
background-color: #BD2A4E;
}
.BgClassName
{
background-color: #BD2A4E;
}
</style>
border-color css
<style>
span { border-color: #BD2A4E; }
span { border-color: rgb(189,42,78); }
td.TdClassName
{
border-color: #BD2A4E;
}
.TagClassName
{
border-color: #BD2A4E;
}
</style>