Shades of Old Rose #BD225C
Tints of Old Rose #BD225C
RGB
CMYK
RGB Variations
Color information
#BD225C (or 0xBD225C) is known color: Old Rose. HEX triplet: BD, 22 and 5C. RGB value is (189,34,92). Sum of RGB (Red+Green+Blue) = 189+34+92=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD225C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD225C is #42DDA3. Grayscale: #565656. Windows color (decimal): -4382116 or 6038205. OLE color: 6038205.
HSL color Cylindrical-coordinate representation of color #BD225C: hue angle of 337.55º 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 #BD225C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 92 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.26 |
| HSL | 337.55º | 0.7% | 0.44% | - |
| HSV(B) | 337.55º | 0.82% | 0.74% | - |
| XYZ | 23.49 | 12.74 | 11.35 | - |
| YUV | 86.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 92 | 0 | 0.82 | 0.51 | 0.26 | 337.55 | 0.7 | 0.44 |
| Hex | BD | 22 | 5C | 0 | 52 | 33 | 1A | 152 | 46 | 2C |
| Octal | 275 | 42 | 134 | 0 | 122 | 63 | 32 | 522 | 106 | 54 |
| Binary | 10111101 | 100010 | 1011100 | 0 | 1010010 | 110011 | 11010 | 101010010 | 1000110 | 101100 |
Color Harmonies of #BD225C
Complementary color
Monochromatic Colors of #BD225C
Black with #BD225C
Text Example
Text Example
White with #BD225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD225C; }
p { color: rgb(189,34,92); }
H1.HeaderClassName
{
color: #BD225C;
}
.AnyTagClassName
{
color: #BD225C;
}
</style>
background-color css
<style>
a { background-color: #BD225C; }
a { background-color: rgb(189,34,92); }
div.DivClassName
{
background-color: #BD225C;
}
.BgClassName
{
background-color: #BD225C;
}
</style>
border-color css
<style>
span { border-color: #BD225C; }
span { border-color: rgb(189,34,92); }
td.TdClassName
{
border-color: #BD225C;
}
.TagClassName
{
border-color: #BD225C;
}
</style>