Shades of Old Rose #BD2263
Tints of Old Rose #BD2263
RGB
CMYK
RGB Variations
Color information
#BD2263 (or 0xBD2263) is known color: Old Rose. HEX triplet: BD, 22 and 63. RGB value is (189,34,99). Sum of RGB (Red+Green+Blue) = 189+34+99=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2263 is #42DD9C. Grayscale: #575757. Windows color (decimal): -4382109 or 6496957. OLE color: 6496957.
HSL color Cylindrical-coordinate representation of color #BD2263: hue angle of 334.84º 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 #BD2263 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 99 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.26 |
| HSL | 334.84º | 0.7% | 0.44% | - |
| HSV(B) | 334.84º | 0.82% | 0.74% | - |
| XYZ | 23.81 | 12.86 | 13.03 | - |
| YUV | 87.76 | 134.35 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 99 | 0 | 0.82 | 0.48 | 0.26 | 334.84 | 0.7 | 0.44 |
| Hex | BD | 22 | 63 | 0 | 52 | 30 | 1A | 14F | 46 | 2C |
| Octal | 275 | 42 | 143 | 0 | 122 | 60 | 32 | 517 | 106 | 54 |
| Binary | 10111101 | 100010 | 1100011 | 0 | 1010010 | 110000 | 11010 | 101001111 | 1000110 | 101100 |
Color Harmonies of #BD2263
Complementary color
Monochromatic Colors of #BD2263
Black with #BD2263
Text Example
Text Example
White with #BD2263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2263; }
p { color: rgb(189,34,99); }
H1.HeaderClassName
{
color: #BD2263;
}
.AnyTagClassName
{
color: #BD2263;
}
</style>
background-color css
<style>
a { background-color: #BD2263; }
a { background-color: rgb(189,34,99); }
div.DivClassName
{
background-color: #BD2263;
}
.BgClassName
{
background-color: #BD2263;
}
</style>
border-color css
<style>
span { border-color: #BD2263; }
span { border-color: rgb(189,34,99); }
td.TdClassName
{
border-color: #BD2263;
}
.TagClassName
{
border-color: #BD2263;
}
</style>