Shades of Old Rose #BD4153
Tints of Old Rose #BD4153
RGB
CMYK
RGB Variations
Color information
#BD4153 (or 0xBD4153) is known color: Old Rose. HEX triplet: BD, 41 and 53. RGB value is (189,65,83). Sum of RGB (Red+Green+Blue) = 189+65+83=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4153 is #42BEAC. Grayscale: #686868. Windows color (decimal): -4374189 or 5456317. OLE color: 5456317.
HSL color Cylindrical-coordinate representation of color #BD4153: hue angle of 351.29º 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 #BD4153 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 83 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.26 |
| HSL | 351.29º | 0.49% | 0.5% | - |
| HSV(B) | 351.29º | 0.66% | 0.74% | - |
| XYZ | 24.44 | 15.22 | 9.83 | - |
| YUV | 104.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 83 | 0 | 0.66 | 0.56 | 0.26 | 351.29 | 0.49 | 0.5 |
| Hex | BD | 41 | 53 | 0 | 42 | 38 | 1A | 15F | 31 | 32 |
| Octal | 275 | 101 | 123 | 0 | 102 | 70 | 32 | 537 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1010011 | 0 | 1000010 | 111000 | 11010 | 101011111 | 110001 | 110010 |
Color Harmonies of #BD4153
Complementary color
Monochromatic Colors of #BD4153
Black with #BD4153
Text Example
Text Example
White with #BD4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4153; }
p { color: rgb(189,65,83); }
H1.HeaderClassName
{
color: #BD4153;
}
.AnyTagClassName
{
color: #BD4153;
}
</style>
background-color css
<style>
a { background-color: #BD4153; }
a { background-color: rgb(189,65,83); }
div.DivClassName
{
background-color: #BD4153;
}
.BgClassName
{
background-color: #BD4153;
}
</style>
border-color css
<style>
span { border-color: #BD4153; }
span { border-color: rgb(189,65,83); }
td.TdClassName
{
border-color: #BD4153;
}
.TagClassName
{
border-color: #BD4153;
}
</style>