Shades of Old Rose #BD215D
Tints of Old Rose #BD215D
RGB
CMYK
RGB Variations
Color information
#BD215D (or 0xBD215D) is known color: Old Rose. HEX triplet: BD, 21 and 5D. RGB value is (189,33,93). Sum of RGB (Red+Green+Blue) = 189+33+93=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD215D is #42DEA2. Grayscale: #565656. Windows color (decimal): -4382371 or 6103485. OLE color: 6103485.
HSL color Cylindrical-coordinate representation of color #BD215D: hue angle of 336.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD215D is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 93 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.26 |
| HSL | 336.92º | 0.7% | 0.44% | - |
| HSV(B) | 336.92º | 0.83% | 0.74% | - |
| XYZ | 23.51 | 12.7 | 11.57 | - |
| YUV | 86.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 93 | 0 | 0.83 | 0.51 | 0.26 | 336.92 | 0.7 | 0.44 |
| Hex | BD | 21 | 5D | 0 | 53 | 33 | 1A | 151 | 46 | 2C |
| Octal | 275 | 41 | 135 | 0 | 123 | 63 | 32 | 521 | 106 | 54 |
| Binary | 10111101 | 100001 | 1011101 | 0 | 1010011 | 110011 | 11010 | 101010001 | 1000110 | 101100 |
Color Harmonies of #BD215D
Complementary color
Monochromatic Colors of #BD215D
Black with #BD215D
Text Example
Text Example
White with #BD215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD215D; }
p { color: rgb(189,33,93); }
H1.HeaderClassName
{
color: #BD215D;
}
.AnyTagClassName
{
color: #BD215D;
}
</style>
background-color css
<style>
a { background-color: #BD215D; }
a { background-color: rgb(189,33,93); }
div.DivClassName
{
background-color: #BD215D;
}
.BgClassName
{
background-color: #BD215D;
}
</style>
border-color css
<style>
span { border-color: #BD215D; }
span { border-color: rgb(189,33,93); }
td.TdClassName
{
border-color: #BD215D;
}
.TagClassName
{
border-color: #BD215D;
}
</style>