Shades of Old Rose #BD444C
Tints of Old Rose #BD444C
RGB
CMYK
RGB Variations
Color information
#BD444C (or 0xBD444C) is known color: Old Rose. HEX triplet: BD, 44 and 4C. RGB value is (189,68,76). Sum of RGB (Red+Green+Blue) = 189+68+76=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 76 (30.08% from 255 or 22.82% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD444C is #42BBB3. Grayscale: #696969. Windows color (decimal): -4373428 or 4998333. OLE color: 4998333.
HSL color Cylindrical-coordinate representation of color #BD444C: hue angle of 356.03º 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 #BD444C is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 76 | - |
| CMYK | 0 | 0.64 | 0.60 | 0.26 |
| HSL | 356.03º | 0.48% | 0.5% | - |
| HSV(B) | 356.03º | 0.64% | 0.74% | - |
| XYZ | 24.36 | 15.47 | 8.54 | - |
| YUV | 105.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 76 | 0 | 0.64 | 0.60 | 0.26 | 356.03 | 0.48 | 0.5 |
| Hex | BD | 44 | 4C | 0 | 40 | 3C | 1A | 164 | 30 | 32 |
| Octal | 275 | 104 | 114 | 0 | 100 | 74 | 32 | 544 | 60 | 62 |
| Binary | 10111101 | 1000100 | 1001100 | 0 | 1000000 | 111100 | 11010 | 101100100 | 110000 | 110010 |
Color Harmonies of #BD444C
Complementary color
Monochromatic Colors of #BD444C
Black with #BD444C
Text Example
Text Example
White with #BD444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD444C; }
p { color: rgb(189,68,76); }
H1.HeaderClassName
{
color: #BD444C;
}
.AnyTagClassName
{
color: #BD444C;
}
</style>
background-color css
<style>
a { background-color: #BD444C; }
a { background-color: rgb(189,68,76); }
div.DivClassName
{
background-color: #BD444C;
}
.BgClassName
{
background-color: #BD444C;
}
</style>
border-color css
<style>
span { border-color: #BD444C; }
span { border-color: rgb(189,68,76); }
td.TdClassName
{
border-color: #BD444C;
}
.TagClassName
{
border-color: #BD444C;
}
</style>