Shades of Old Rose #BD3254
Tints of Old Rose #BD3254
RGB
CMYK
RGB Variations
Color information
#BD3254 (or 0xBD3254) is known color: Old Rose. HEX triplet: BD, 32 and 54. RGB value is (189,50,84). Sum of RGB (Red+Green+Blue) = 189+50+84=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3254 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3254 is #42CDAB. Grayscale: #5F5F5F. Windows color (decimal): -4378028 or 5518013. OLE color: 5518013.
HSL color Cylindrical-coordinate representation of color #BD3254: hue angle of 345.32º degrees, saturation: 0.58, 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 #BD3254 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 84 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.26 |
| HSL | 345.32º | 0.58% | 0.47% | - |
| HSV(B) | 345.32º | 0.74% | 0.74% | - |
| XYZ | 23.73 | 13.74 | 9.79 | - |
| YUV | 95.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 84 | 0 | 0.74 | 0.56 | 0.26 | 345.32 | 0.58 | 0.47 |
| Hex | BD | 32 | 54 | 0 | 4A | 38 | 1A | 159 | 3A | 2F |
| Octal | 275 | 62 | 124 | 0 | 112 | 70 | 32 | 531 | 72 | 57 |
| Binary | 10111101 | 110010 | 1010100 | 0 | 1001010 | 111000 | 11010 | 101011001 | 111010 | 101111 |
Color Harmonies of #BD3254
Complementary color
Monochromatic Colors of #BD3254
Black with #BD3254
Text Example
Text Example
White with #BD3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3254; }
p { color: rgb(189,50,84); }
H1.HeaderClassName
{
color: #BD3254;
}
.AnyTagClassName
{
color: #BD3254;
}
</style>
background-color css
<style>
a { background-color: #BD3254; }
a { background-color: rgb(189,50,84); }
div.DivClassName
{
background-color: #BD3254;
}
.BgClassName
{
background-color: #BD3254;
}
</style>
border-color css
<style>
span { border-color: #BD3254; }
span { border-color: rgb(189,50,84); }
td.TdClassName
{
border-color: #BD3254;
}
.TagClassName
{
border-color: #BD3254;
}
</style>