Shades of Old Rose #BD315E
Tints of Old Rose #BD315E
RGB
CMYK
RGB Variations
Color information
#BD315E (or 0xBD315E) is known color: Old Rose. HEX triplet: BD, 31 and 5E. RGB value is (189,49,94). Sum of RGB (Red+Green+Blue) = 189+49+94=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD315E is #42CEA1. Grayscale: #5F5F5F. Windows color (decimal): -4378274 or 6173117. OLE color: 6173117.
HSL color Cylindrical-coordinate representation of color #BD315E: hue angle of 340.71º 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 #BD315E is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 94 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.26 |
| HSL | 340.71º | 0.59% | 0.47% | - |
| HSV(B) | 340.71º | 0.74% | 0.74% | - |
| XYZ | 24.1 | 13.82 | 11.99 | - |
| YUV | 95.99 | 126.88 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 94 | 0 | 0.74 | 0.50 | 0.26 | 340.71 | 0.59 | 0.47 |
| Hex | BD | 31 | 5E | 0 | 4A | 32 | 1A | 155 | 3B | 2F |
| Octal | 275 | 61 | 136 | 0 | 112 | 62 | 32 | 525 | 73 | 57 |
| Binary | 10111101 | 110001 | 1011110 | 0 | 1001010 | 110010 | 11010 | 101010101 | 111011 | 101111 |
Color Harmonies of #BD315E
Complementary color
Monochromatic Colors of #BD315E
Black with #BD315E
Text Example
Text Example
White with #BD315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD315E; }
p { color: rgb(189,49,94); }
H1.HeaderClassName
{
color: #BD315E;
}
.AnyTagClassName
{
color: #BD315E;
}
</style>
background-color css
<style>
a { background-color: #BD315E; }
a { background-color: rgb(189,49,94); }
div.DivClassName
{
background-color: #BD315E;
}
.BgClassName
{
background-color: #BD315E;
}
</style>
border-color css
<style>
span { border-color: #BD315E; }
span { border-color: rgb(189,49,94); }
td.TdClassName
{
border-color: #BD315E;
}
.TagClassName
{
border-color: #BD315E;
}
</style>