Shades of Old Rose #BD3154
Tints of Old Rose #BD3154
RGB
CMYK
RGB Variations
Color information
#BD3154 (or 0xBD3154) is known color: Old Rose. HEX triplet: BD, 31 and 54. RGB value is (189,49,84). Sum of RGB (Red+Green+Blue) = 189+49+84=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3154 is #42CEAB. Grayscale: #5E5E5E. Windows color (decimal): -4378284 or 5517757. OLE color: 5517757.
HSL color Cylindrical-coordinate representation of color #BD3154: hue angle of 345º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3154 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 84 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.26 |
| HSL | 345º | 0.59% | 0.47% | - |
| HSV(B) | 345º | 0.74% | 0.74% | - |
| XYZ | 23.68 | 13.66 | 9.77 | - |
| YUV | 94.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 84 | 0 | 0.74 | 0.56 | 0.26 | 345 | 0.59 | 0.47 |
| Hex | BD | 31 | 54 | 0 | 4A | 38 | 1A | 159 | 3B | 2F |
| Octal | 275 | 61 | 124 | 0 | 112 | 70 | 32 | 531 | 73 | 57 |
| Binary | 10111101 | 110001 | 1010100 | 0 | 1001010 | 111000 | 11010 | 101011001 | 111011 | 101111 |
Color Harmonies of #BD3154
Complementary color
Monochromatic Colors of #BD3154
Black with #BD3154
Text Example
Text Example
White with #BD3154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3154; }
p { color: rgb(189,49,84); }
H1.HeaderClassName
{
color: #BD3154;
}
.AnyTagClassName
{
color: #BD3154;
}
</style>
background-color css
<style>
a { background-color: #BD3154; }
a { background-color: rgb(189,49,84); }
div.DivClassName
{
background-color: #BD3154;
}
.BgClassName
{
background-color: #BD3154;
}
</style>
border-color css
<style>
span { border-color: #BD3154; }
span { border-color: rgb(189,49,84); }
td.TdClassName
{
border-color: #BD3154;
}
.TagClassName
{
border-color: #BD3154;
}
</style>