Shades of Old Rose #BD4251
Tints of Old Rose #BD4251
RGB
CMYK
RGB Variations
Color information
#BD4251 (or 0xBD4251) is known color: Old Rose. HEX triplet: BD, 42 and 51. RGB value is (189,66,81). Sum of RGB (Red+Green+Blue) = 189+66+81=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4251 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4251 is #42BDAE. Grayscale: #686868. Windows color (decimal): -4373935 or 5325501. OLE color: 5325501.
HSL color Cylindrical-coordinate representation of color #BD4251: hue angle of 352.68º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4251 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 81 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.26 |
| HSL | 352.68º | 0.48% | 0.5% | - |
| HSV(B) | 352.68º | 0.65% | 0.74% | - |
| XYZ | 24.42 | 15.31 | 9.45 | - |
| YUV | 104.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 81 | 0 | 0.65 | 0.57 | 0.26 | 352.68 | 0.48 | 0.5 |
| Hex | BD | 42 | 51 | 0 | 41 | 39 | 1A | 161 | 30 | 32 |
| Octal | 275 | 102 | 121 | 0 | 101 | 71 | 32 | 541 | 60 | 62 |
| Binary | 10111101 | 1000010 | 1010001 | 0 | 1000001 | 111001 | 11010 | 101100001 | 110000 | 110010 |
Color Harmonies of #BD4251
Complementary color
Monochromatic Colors of #BD4251
Black with #BD4251
Text Example
Text Example
White with #BD4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4251; }
p { color: rgb(189,66,81); }
H1.HeaderClassName
{
color: #BD4251;
}
.AnyTagClassName
{
color: #BD4251;
}
</style>
background-color css
<style>
a { background-color: #BD4251; }
a { background-color: rgb(189,66,81); }
div.DivClassName
{
background-color: #BD4251;
}
.BgClassName
{
background-color: #BD4251;
}
</style>
border-color css
<style>
span { border-color: #BD4251; }
span { border-color: rgb(189,66,81); }
td.TdClassName
{
border-color: #BD4251;
}
.TagClassName
{
border-color: #BD4251;
}
</style>