Shades of Old Rose #BD4049
Tints of Old Rose #BD4049
RGB
CMYK
RGB Variations
Color information
#BD4049 (or 0xBD4049) is known color: Old Rose. HEX triplet: BD, 40 and 49. RGB value is (189,64,73). Sum of RGB (Red+Green+Blue) = 189+64+73=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4049 is #42BFB6. Grayscale: #666666. Windows color (decimal): -4374455 or 4800701. OLE color: 4800701.
HSL color Cylindrical-coordinate representation of color #BD4049: hue angle of 355.68º 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 #BD4049 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 73 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.26 |
| HSL | 355.68º | 0.49% | 0.5% | - |
| HSV(B) | 355.68º | 0.66% | 0.74% | - |
| XYZ | 24.02 | 14.97 | 7.93 | - |
| YUV | 102.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 73 | 0 | 0.66 | 0.61 | 0.26 | 355.68 | 0.49 | 0.5 |
| Hex | BD | 40 | 49 | 0 | 42 | 3D | 1A | 164 | 31 | 32 |
| Octal | 275 | 100 | 111 | 0 | 102 | 75 | 32 | 544 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1001001 | 0 | 1000010 | 111101 | 11010 | 101100100 | 110001 | 110010 |
Color Harmonies of #BD4049
Complementary color
Monochromatic Colors of #BD4049
Black with #BD4049
Text Example
Text Example
White with #BD4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4049; }
p { color: rgb(189,64,73); }
H1.HeaderClassName
{
color: #BD4049;
}
.AnyTagClassName
{
color: #BD4049;
}
</style>
background-color css
<style>
a { background-color: #BD4049; }
a { background-color: rgb(189,64,73); }
div.DivClassName
{
background-color: #BD4049;
}
.BgClassName
{
background-color: #BD4049;
}
</style>
border-color css
<style>
span { border-color: #BD4049; }
span { border-color: rgb(189,64,73); }
td.TdClassName
{
border-color: #BD4049;
}
.TagClassName
{
border-color: #BD4049;
}
</style>