Shades of Old Rose #BD4549
Tints of Old Rose #BD4549
RGB
CMYK
RGB Variations
Color information
#BD4549 (or 0xBD4549) is known color: Old Rose. HEX triplet: BD, 45 and 49. RGB value is (189,69,73). Sum of RGB (Red+Green+Blue) = 189+69+73=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4549 is #42BAB6. Grayscale: #696969. Windows color (decimal): -4373175 or 4801981. OLE color: 4801981.
HSL color Cylindrical-coordinate representation of color #BD4549: hue angle of 358º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4549 is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 73 | - |
| CMYK | 0 | 0.63 | 0.61 | 0.26 |
| HSL | 358º | 0.48% | 0.51% | - |
| HSV(B) | 358º | 0.63% | 0.74% | - |
| XYZ | 24.32 | 15.56 | 8.02 | - |
| YUV | 105.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 73 | 0 | 0.63 | 0.61 | 0.26 | 358 | 0.48 | 0.51 |
| Hex | BD | 45 | 49 | 0 | 3F | 3D | 1A | 166 | 30 | 33 |
| Octal | 275 | 105 | 111 | 0 | 77 | 75 | 32 | 546 | 60 | 63 |
| Binary | 10111101 | 1000101 | 1001001 | 0 | 111111 | 111101 | 11010 | 101100110 | 110000 | 110011 |
Color Harmonies of #BD4549
Complementary color
Monochromatic Colors of #BD4549
Black with #BD4549
Text Example
Text Example
White with #BD4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4549; }
p { color: rgb(189,69,73); }
H1.HeaderClassName
{
color: #BD4549;
}
.AnyTagClassName
{
color: #BD4549;
}
</style>
background-color css
<style>
a { background-color: #BD4549; }
a { background-color: rgb(189,69,73); }
div.DivClassName
{
background-color: #BD4549;
}
.BgClassName
{
background-color: #BD4549;
}
</style>
border-color css
<style>
span { border-color: #BD4549; }
span { border-color: rgb(189,69,73); }
td.TdClassName
{
border-color: #BD4549;
}
.TagClassName
{
border-color: #BD4549;
}
</style>