Shades of Old Rose #BD215E
Tints of Old Rose #BD215E
RGB
CMYK
RGB Variations
Color information
#BD215E (or 0xBD215E) is known color: Old Rose. HEX triplet: BD, 21 and 5E. RGB value is (189,33,94). Sum of RGB (Red+Green+Blue) = 189+33+94=316 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.81% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 189 - color contains mainly: red. Hex color #BD215E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD215E is #42DEA1. Grayscale: #565656. Windows color (decimal): -4382370 or 6169021. OLE color: 6169021.
HSL color Cylindrical-coordinate representation of color #BD215E: hue angle of 336.54º 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 #BD215E is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 94 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.26 |
| HSL | 336.54º | 0.7% | 0.44% | - |
| HSV(B) | 336.54º | 0.83% | 0.74% | - |
| XYZ | 23.55 | 12.71 | 11.8 | - |
| YUV | 86.6 | 132.18 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 94 | 0 | 0.83 | 0.50 | 0.26 | 336.54 | 0.7 | 0.44 |
| Hex | BD | 21 | 5E | 0 | 53 | 32 | 1A | 151 | 46 | 2C |
| Octal | 275 | 41 | 136 | 0 | 123 | 62 | 32 | 521 | 106 | 54 |
| Binary | 10111101 | 100001 | 1011110 | 0 | 1010011 | 110010 | 11010 | 101010001 | 1000110 | 101100 |
Color Harmonies of #BD215E
Complementary color
Monochromatic Colors of #BD215E
Black with #BD215E
Text Example
Text Example
White with #BD215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD215E; }
p { color: rgb(189,33,94); }
H1.HeaderClassName
{
color: #BD215E;
}
.AnyTagClassName
{
color: #BD215E;
}
</style>
background-color css
<style>
a { background-color: #BD215E; }
a { background-color: rgb(189,33,94); }
div.DivClassName
{
background-color: #BD215E;
}
.BgClassName
{
background-color: #BD215E;
}
</style>
border-color css
<style>
span { border-color: #BD215E; }
span { border-color: rgb(189,33,94); }
td.TdClassName
{
border-color: #BD215E;
}
.TagClassName
{
border-color: #BD215E;
}
</style>