Shades of Old Rose #BD325D
Tints of Old Rose #BD325D
RGB
CMYK
RGB Variations
Color information
#BD325D (or 0xBD325D) is known color: Old Rose. HEX triplet: BD, 32 and 5D. RGB value is (189,50,93). Sum of RGB (Red+Green+Blue) = 189+50+93=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD325D is #42CDA2. Grayscale: #606060. Windows color (decimal): -4378019 or 6107837. OLE color: 6107837.
HSL color Cylindrical-coordinate representation of color #BD325D: hue angle of 341.44º 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 #BD325D is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 93 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.26 |
| HSL | 341.44º | 0.58% | 0.47% | - |
| HSV(B) | 341.44º | 0.74% | 0.74% | - |
| XYZ | 24.1 | 13.89 | 11.77 | - |
| YUV | 96.46 | 126.05 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 93 | 0 | 0.74 | 0.51 | 0.26 | 341.44 | 0.58 | 0.47 |
| Hex | BD | 32 | 5D | 0 | 4A | 33 | 1A | 155 | 3A | 2F |
| Octal | 275 | 62 | 135 | 0 | 112 | 63 | 32 | 525 | 72 | 57 |
| Binary | 10111101 | 110010 | 1011101 | 0 | 1001010 | 110011 | 11010 | 101010101 | 111010 | 101111 |
Color Harmonies of #BD325D
Complementary color
Monochromatic Colors of #BD325D
Black with #BD325D
Text Example
Text Example
White with #BD325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD325D; }
p { color: rgb(189,50,93); }
H1.HeaderClassName
{
color: #BD325D;
}
.AnyTagClassName
{
color: #BD325D;
}
</style>
background-color css
<style>
a { background-color: #BD325D; }
a { background-color: rgb(189,50,93); }
div.DivClassName
{
background-color: #BD325D;
}
.BgClassName
{
background-color: #BD325D;
}
</style>
border-color css
<style>
span { border-color: #BD325D; }
span { border-color: rgb(189,50,93); }
td.TdClassName
{
border-color: #BD325D;
}
.TagClassName
{
border-color: #BD325D;
}
</style>