Shades of Old Rose #BD4050
Tints of Old Rose #BD4050
RGB
CMYK
RGB Variations
Color information
#BD4050 (or 0xBD4050) is known color: Old Rose. HEX triplet: BD, 40 and 50. RGB value is (189,64,80). Sum of RGB (Red+Green+Blue) = 189+64+80=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4050 is #42BFAF. Grayscale: #676767. Windows color (decimal): -4374448 or 5259453. OLE color: 5259453.
HSL color Cylindrical-coordinate representation of color #BD4050: hue angle of 352.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4050 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 80 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.26 |
| HSL | 352.32º | 0.49% | 0.5% | - |
| HSV(B) | 352.32º | 0.66% | 0.74% | - |
| XYZ | 24.27 | 15.06 | 9.22 | - |
| YUV | 103.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 80 | 0 | 0.66 | 0.58 | 0.26 | 352.32 | 0.49 | 0.5 |
| Hex | BD | 40 | 50 | 0 | 42 | 3A | 1A | 160 | 31 | 32 |
| Octal | 275 | 100 | 120 | 0 | 102 | 72 | 32 | 540 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1010000 | 0 | 1000010 | 111010 | 11010 | 101100000 | 110001 | 110010 |
Color Harmonies of #BD4050
Complementary color
Monochromatic Colors of #BD4050
Black with #BD4050
Text Example
Text Example
White with #BD4050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4050; }
p { color: rgb(189,64,80); }
H1.HeaderClassName
{
color: #BD4050;
}
.AnyTagClassName
{
color: #BD4050;
}
</style>
background-color css
<style>
a { background-color: #BD4050; }
a { background-color: rgb(189,64,80); }
div.DivClassName
{
background-color: #BD4050;
}
.BgClassName
{
background-color: #BD4050;
}
</style>
border-color css
<style>
span { border-color: #BD4050; }
span { border-color: rgb(189,64,80); }
td.TdClassName
{
border-color: #BD4050;
}
.TagClassName
{
border-color: #BD4050;
}
</style>