Shades of Old Rose #BD225E
Tints of Old Rose #BD225E
RGB
CMYK
RGB Variations
Color information
#BD225E (or 0xBD225E) is known color: Old Rose. HEX triplet: BD, 22 and 5E. RGB value is (189,34,94). Sum of RGB (Red+Green+Blue) = 189+34+94=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD225E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD225E is #42DDA1. Grayscale: #575757. Windows color (decimal): -4382114 or 6169277. OLE color: 6169277.
HSL color Cylindrical-coordinate representation of color #BD225E: hue angle of 336.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD225E is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 94 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.26 |
| HSL | 336.77º | 0.7% | 0.44% | - |
| HSV(B) | 336.77º | 0.82% | 0.74% | - |
| XYZ | 23.58 | 12.77 | 11.81 | - |
| YUV | 87.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 94 | 0 | 0.82 | 0.50 | 0.26 | 336.77 | 0.7 | 0.44 |
| Hex | BD | 22 | 5E | 0 | 52 | 32 | 1A | 151 | 46 | 2C |
| Octal | 275 | 42 | 136 | 0 | 122 | 62 | 32 | 521 | 106 | 54 |
| Binary | 10111101 | 100010 | 1011110 | 0 | 1010010 | 110010 | 11010 | 101010001 | 1000110 | 101100 |
Color Harmonies of #BD225E
Complementary color
Monochromatic Colors of #BD225E
Black with #BD225E
Text Example
Text Example
White with #BD225E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD225E; }
p { color: rgb(189,34,94); }
H1.HeaderClassName
{
color: #BD225E;
}
.AnyTagClassName
{
color: #BD225E;
}
</style>
background-color css
<style>
a { background-color: #BD225E; }
a { background-color: rgb(189,34,94); }
div.DivClassName
{
background-color: #BD225E;
}
.BgClassName
{
background-color: #BD225E;
}
</style>
border-color css
<style>
span { border-color: #BD225E; }
span { border-color: rgb(189,34,94); }
td.TdClassName
{
border-color: #BD225E;
}
.TagClassName
{
border-color: #BD225E;
}
</style>