Shades of Old Rose #BD4154
Tints of Old Rose #BD4154
RGB
CMYK
RGB Variations
Color information
#BD4154 (or 0xBD4154) is known color: Old Rose. HEX triplet: BD, 41 and 54. RGB value is (189,65,84). Sum of RGB (Red+Green+Blue) = 189+65+84=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4154 is #42BEAB. Grayscale: #686868. Windows color (decimal): -4374188 or 5521853. OLE color: 5521853.
HSL color Cylindrical-coordinate representation of color #BD4154: hue angle of 350.81º 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 #BD4154 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 84 | - |
| CMYK | 0 | 0.66 | 0.56 | 0.26 |
| HSL | 350.81º | 0.49% | 0.5% | - |
| HSV(B) | 350.81º | 0.66% | 0.74% | - |
| XYZ | 24.48 | 15.24 | 10.04 | - |
| YUV | 104.24 | 116.58 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 84 | 0 | 0.66 | 0.56 | 0.26 | 350.81 | 0.49 | 0.5 |
| Hex | BD | 41 | 54 | 0 | 42 | 38 | 1A | 15F | 31 | 32 |
| Octal | 275 | 101 | 124 | 0 | 102 | 70 | 32 | 537 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1010100 | 0 | 1000010 | 111000 | 11010 | 101011111 | 110001 | 110010 |
Color Harmonies of #BD4154
Complementary color
Monochromatic Colors of #BD4154
Black with #BD4154
Text Example
Text Example
White with #BD4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4154; }
p { color: rgb(189,65,84); }
H1.HeaderClassName
{
color: #BD4154;
}
.AnyTagClassName
{
color: #BD4154;
}
</style>
background-color css
<style>
a { background-color: #BD4154; }
a { background-color: rgb(189,65,84); }
div.DivClassName
{
background-color: #BD4154;
}
.BgClassName
{
background-color: #BD4154;
}
</style>
border-color css
<style>
span { border-color: #BD4154; }
span { border-color: rgb(189,65,84); }
td.TdClassName
{
border-color: #BD4154;
}
.TagClassName
{
border-color: #BD4154;
}
</style>