Shades of Old Rose #BD3E49
Tints of Old Rose #BD3E49
RGB
CMYK
RGB Variations
Color information
#BD3E49 (or 0xBD3E49) is known color: Old Rose. HEX triplet: BD, 3E and 49. RGB value is (189,62,73). Sum of RGB (Red+Green+Blue) = 189+62+73=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E49 is #42C1B6. Grayscale: #656565. Windows color (decimal): -4374967 or 4800189. OLE color: 4800189.
HSL color Cylindrical-coordinate representation of color #BD3E49: hue angle of 354.8º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3E49 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 73 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.26 |
| HSL | 354.8º | 0.51% | 0.49% | - |
| HSV(B) | 354.8º | 0.67% | 0.74% | - |
| XYZ | 23.91 | 14.75 | 7.89 | - |
| YUV | 101.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 73 | 0 | 0.67 | 0.61 | 0.26 | 354.8 | 0.51 | 0.49 |
| Hex | BD | 3E | 49 | 0 | 43 | 3D | 1A | 163 | 33 | 31 |
| Octal | 275 | 76 | 111 | 0 | 103 | 75 | 32 | 543 | 63 | 61 |
| Binary | 10111101 | 111110 | 1001001 | 0 | 1000011 | 111101 | 11010 | 101100011 | 110011 | 110001 |
Color Harmonies of #BD3E49
Complementary color
Monochromatic Colors of #BD3E49
Black with #BD3E49
Text Example
Text Example
White with #BD3E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E49; }
p { color: rgb(189,62,73); }
H1.HeaderClassName
{
color: #BD3E49;
}
.AnyTagClassName
{
color: #BD3E49;
}
</style>
background-color css
<style>
a { background-color: #BD3E49; }
a { background-color: rgb(189,62,73); }
div.DivClassName
{
background-color: #BD3E49;
}
.BgClassName
{
background-color: #BD3E49;
}
</style>
border-color css
<style>
span { border-color: #BD3E49; }
span { border-color: rgb(189,62,73); }
td.TdClassName
{
border-color: #BD3E49;
}
.TagClassName
{
border-color: #BD3E49;
}
</style>