Shades of Old Rose #BD3E55
Tints of Old Rose #BD3E55
RGB
CMYK
RGB Variations
Color information
#BD3E55 (or 0xBD3E55) is known color: Old Rose. HEX triplet: BD, 3E and 55. RGB value is (189,62,85). Sum of RGB (Red+Green+Blue) = 189+62+85=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E55 is #42C1AA. Grayscale: #666666. Windows color (decimal): -4374955 or 5586621. OLE color: 5586621.
HSL color Cylindrical-coordinate representation of color #BD3E55: hue angle of 349.13º 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 #BD3E55 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 85 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.26 |
| HSL | 349.13º | 0.51% | 0.49% | - |
| HSV(B) | 349.13º | 0.67% | 0.74% | - |
| XYZ | 24.35 | 14.92 | 10.19 | - |
| YUV | 102.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 85 | 0 | 0.67 | 0.55 | 0.26 | 349.13 | 0.51 | 0.49 |
| Hex | BD | 3E | 55 | 0 | 43 | 37 | 1A | 15D | 33 | 31 |
| Octal | 275 | 76 | 125 | 0 | 103 | 67 | 32 | 535 | 63 | 61 |
| Binary | 10111101 | 111110 | 1010101 | 0 | 1000011 | 110111 | 11010 | 101011101 | 110011 | 110001 |
Color Harmonies of #BD3E55
Complementary color
Monochromatic Colors of #BD3E55
Black with #BD3E55
Text Example
Text Example
White with #BD3E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E55; }
p { color: rgb(189,62,85); }
H1.HeaderClassName
{
color: #BD3E55;
}
.AnyTagClassName
{
color: #BD3E55;
}
</style>
background-color css
<style>
a { background-color: #BD3E55; }
a { background-color: rgb(189,62,85); }
div.DivClassName
{
background-color: #BD3E55;
}
.BgClassName
{
background-color: #BD3E55;
}
</style>
border-color css
<style>
span { border-color: #BD3E55; }
span { border-color: rgb(189,62,85); }
td.TdClassName
{
border-color: #BD3E55;
}
.TagClassName
{
border-color: #BD3E55;
}
</style>