Shades of Old Rose #BD444A
Tints of Old Rose #BD444A
RGB
CMYK
RGB Variations
Color information
#BD444A (or 0xBD444A) is known color: Old Rose. HEX triplet: BD, 44 and 4A. RGB value is (189,68,74). Sum of RGB (Red+Green+Blue) = 189+68+74=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD444A is #42BBB5. Grayscale: #686868. Windows color (decimal): -4373430 or 4867261. OLE color: 4867261.
HSL color Cylindrical-coordinate representation of color #BD444A: hue angle of 357.02º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD444A is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 74 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.26 |
| HSL | 357.02º | 0.48% | 0.5% | - |
| HSV(B) | 357.02º | 0.64% | 0.74% | - |
| XYZ | 24.29 | 15.45 | 8.18 | - |
| YUV | 104.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 74 | 0 | 0.64 | 0.61 | 0.26 | 357.02 | 0.48 | 0.5 |
| Hex | BD | 44 | 4A | 0 | 40 | 3D | 1A | 165 | 30 | 32 |
| Octal | 275 | 104 | 112 | 0 | 100 | 75 | 32 | 545 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1001010 | 0 | 1000000 | 111101 | 11010 | 101100101 | 110000 | 110010 |
Color Harmonies of #BD444A
Complementary color
Monochromatic Colors of #BD444A
Black with #BD444A
Text Example
Text Example
White with #BD444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD444A; }
p { color: rgb(189,68,74); }
H1.HeaderClassName
{
color: #BD444A;
}
.AnyTagClassName
{
color: #BD444A;
}
</style>
background-color css
<style>
a { background-color: #BD444A; }
a { background-color: rgb(189,68,74); }
div.DivClassName
{
background-color: #BD444A;
}
.BgClassName
{
background-color: #BD444A;
}
</style>
border-color css
<style>
span { border-color: #BD444A; }
span { border-color: rgb(189,68,74); }
td.TdClassName
{
border-color: #BD444A;
}
.TagClassName
{
border-color: #BD444A;
}
</style>