Shades of Old Rose #BD225A
Tints of Old Rose #BD225A
RGB
CMYK
RGB Variations
Color information
#BD225A (or 0xBD225A) is known color: Old Rose. HEX triplet: BD, 22 and 5A. RGB value is (189,34,90). Sum of RGB (Red+Green+Blue) = 189+34+90=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 34 (13.67% from 255 or 10.86% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD225A is #42DDA5. Grayscale: #565656. Windows color (decimal): -4382118 or 5907133. OLE color: 5907133.
HSL color Cylindrical-coordinate representation of color #BD225A: hue angle of 338.32º 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 #BD225A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 90 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.26 |
| HSL | 338.32º | 0.7% | 0.44% | - |
| HSV(B) | 338.32º | 0.82% | 0.74% | - |
| XYZ | 23.4 | 12.7 | 10.89 | - |
| YUV | 86.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 90 | 0 | 0.82 | 0.52 | 0.26 | 338.32 | 0.7 | 0.44 |
| Hex | BD | 22 | 5A | 0 | 52 | 34 | 1A | 152 | 46 | 2C |
| Octal | 275 | 42 | 132 | 0 | 122 | 64 | 32 | 522 | 106 | 54 |
| Binary | 10111101 | 100010 | 1011010 | 0 | 1010010 | 110100 | 11010 | 101010010 | 1000110 | 101100 |
Color Harmonies of #BD225A
Complementary color
Monochromatic Colors of #BD225A
Black with #BD225A
Text Example
Text Example
White with #BD225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD225A; }
p { color: rgb(189,34,90); }
H1.HeaderClassName
{
color: #BD225A;
}
.AnyTagClassName
{
color: #BD225A;
}
</style>
background-color css
<style>
a { background-color: #BD225A; }
a { background-color: rgb(189,34,90); }
div.DivClassName
{
background-color: #BD225A;
}
.BgClassName
{
background-color: #BD225A;
}
</style>
border-color css
<style>
span { border-color: #BD225A; }
span { border-color: rgb(189,34,90); }
td.TdClassName
{
border-color: #BD225A;
}
.TagClassName
{
border-color: #BD225A;
}
</style>