Shades of Old Rose #BD3A56
Tints of Old Rose #BD3A56
RGB
CMYK
RGB Variations
Color information
#BD3A56 (or 0xBD3A56) is known color: Old Rose. HEX triplet: BD, 3A and 56. RGB value is (189,58,86). Sum of RGB (Red+Green+Blue) = 189+58+86=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 86 (33.98% from 255 or 25.83% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3A56 is #42C5A9. Grayscale: #646464. Windows color (decimal): -4375978 or 5651133. OLE color: 5651133.
HSL color Cylindrical-coordinate representation of color #BD3A56: hue angle of 347.18º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3A56 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 86 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.26 |
| HSL | 347.18º | 0.53% | 0.48% | - |
| HSV(B) | 347.18º | 0.69% | 0.74% | - |
| XYZ | 24.18 | 14.52 | 10.33 | - |
| YUV | 100.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 86 | 0 | 0.69 | 0.54 | 0.26 | 347.18 | 0.53 | 0.48 |
| Hex | BD | 3A | 56 | 0 | 45 | 36 | 1A | 15B | 35 | 30 |
| Octal | 275 | 72 | 126 | 0 | 105 | 66 | 32 | 533 | 65 | 60 |
| Binary | 10111101 | 111010 | 1010110 | 0 | 1000101 | 110110 | 11010 | 101011011 | 110101 | 110000 |
Color Harmonies of #BD3A56
Complementary color
Monochromatic Colors of #BD3A56
Black with #BD3A56
Text Example
Text Example
White with #BD3A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A56; }
p { color: rgb(189,58,86); }
H1.HeaderClassName
{
color: #BD3A56;
}
.AnyTagClassName
{
color: #BD3A56;
}
</style>
background-color css
<style>
a { background-color: #BD3A56; }
a { background-color: rgb(189,58,86); }
div.DivClassName
{
background-color: #BD3A56;
}
.BgClassName
{
background-color: #BD3A56;
}
</style>
border-color css
<style>
span { border-color: #BD3A56; }
span { border-color: rgb(189,58,86); }
td.TdClassName
{
border-color: #BD3A56;
}
.TagClassName
{
border-color: #BD3A56;
}
</style>