Shades of Old Rose #BD215B
Tints of Old Rose #BD215B
RGB
CMYK
RGB Variations
Color information
#BD215B (or 0xBD215B) is known color: Old Rose. HEX triplet: BD, 21 and 5B. RGB value is (189,33,91). Sum of RGB (Red+Green+Blue) = 189+33+91=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD215B is #42DEA4. Grayscale: #565656. Windows color (decimal): -4382373 or 5972413. OLE color: 5972413.
HSL color Cylindrical-coordinate representation of color #BD215B: hue angle of 337.69º 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 #BD215B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 91 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.26 |
| HSL | 337.69º | 0.7% | 0.44% | - |
| HSV(B) | 337.69º | 0.83% | 0.74% | - |
| XYZ | 23.42 | 12.66 | 11.11 | - |
| YUV | 86.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 91 | 0 | 0.83 | 0.52 | 0.26 | 337.69 | 0.7 | 0.44 |
| Hex | BD | 21 | 5B | 0 | 53 | 34 | 1A | 152 | 46 | 2C |
| Octal | 275 | 41 | 133 | 0 | 123 | 64 | 32 | 522 | 106 | 54 |
| Binary | 10111101 | 100001 | 1011011 | 0 | 1010011 | 110100 | 11010 | 101010010 | 1000110 | 101100 |
Color Harmonies of #BD215B
Complementary color
Monochromatic Colors of #BD215B
Black with #BD215B
Text Example
Text Example
White with #BD215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD215B; }
p { color: rgb(189,33,91); }
H1.HeaderClassName
{
color: #BD215B;
}
.AnyTagClassName
{
color: #BD215B;
}
</style>
background-color css
<style>
a { background-color: #BD215B; }
a { background-color: rgb(189,33,91); }
div.DivClassName
{
background-color: #BD215B;
}
.BgClassName
{
background-color: #BD215B;
}
</style>
border-color css
<style>
span { border-color: #BD215B; }
span { border-color: rgb(189,33,91); }
td.TdClassName
{
border-color: #BD215B;
}
.TagClassName
{
border-color: #BD215B;
}
</style>