Shades of Old Rose #BD2163
Tints of Old Rose #BD2163
RGB
CMYK
RGB Variations
Color information
#BD2163 (or 0xBD2163) is known color: Old Rose. HEX triplet: BD, 21 and 63. RGB value is (189,33,99). Sum of RGB (Red+Green+Blue) = 189+33+99=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2163 is #42DE9C. Grayscale: #575757. Windows color (decimal): -4382365 or 6496701. OLE color: 6496701.
HSL color Cylindrical-coordinate representation of color #BD2163: hue angle of 334.62º 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 #BD2163 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 99 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.26 |
| HSL | 334.62º | 0.7% | 0.44% | - |
| HSV(B) | 334.62º | 0.83% | 0.74% | - |
| XYZ | 23.78 | 12.81 | 13.02 | - |
| YUV | 87.17 | 134.68 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 99 | 0 | 0.83 | 0.48 | 0.26 | 334.62 | 0.7 | 0.44 |
| Hex | BD | 21 | 63 | 0 | 53 | 30 | 1A | 14F | 46 | 2C |
| Octal | 275 | 41 | 143 | 0 | 123 | 60 | 32 | 517 | 106 | 54 |
| Binary | 10111101 | 100001 | 1100011 | 0 | 1010011 | 110000 | 11010 | 101001111 | 1000110 | 101100 |
Color Harmonies of #BD2163
Complementary color
Monochromatic Colors of #BD2163
Black with #BD2163
Text Example
Text Example
White with #BD2163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2163; }
p { color: rgb(189,33,99); }
H1.HeaderClassName
{
color: #BD2163;
}
.AnyTagClassName
{
color: #BD2163;
}
</style>
background-color css
<style>
a { background-color: #BD2163; }
a { background-color: rgb(189,33,99); }
div.DivClassName
{
background-color: #BD2163;
}
.BgClassName
{
background-color: #BD2163;
}
</style>
border-color css
<style>
span { border-color: #BD2163; }
span { border-color: rgb(189,33,99); }
td.TdClassName
{
border-color: #BD2163;
}
.TagClassName
{
border-color: #BD2163;
}
</style>