Shades of Old Rose #BD2964
Tints of Old Rose #BD2964
RGB
CMYK
RGB Variations
Color information
#BD2964 (or 0xBD2964) is known color: Old Rose. HEX triplet: BD, 29 and 64. RGB value is (189,41,100). Sum of RGB (Red+Green+Blue) = 189+41+100=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 41 (16.41% from 255 or 12.42% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2964 is #42D69B. Grayscale: #5B5B5B. Windows color (decimal): -4380316 or 6564285. OLE color: 6564285.
HSL color Cylindrical-coordinate representation of color #BD2964: hue angle of 336.08º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD2964 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 100 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.26 |
| HSL | 336.08º | 0.64% | 0.45% | - |
| HSV(B) | 336.08º | 0.78% | 0.74% | - |
| XYZ | 24.08 | 13.32 | 13.36 | - |
| YUV | 91.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 100 | 0 | 0.78 | 0.47 | 0.26 | 336.08 | 0.64 | 0.45 |
| Hex | BD | 29 | 64 | 0 | 4E | 2F | 1A | 150 | 40 | 2D |
| Octal | 275 | 51 | 144 | 0 | 116 | 57 | 32 | 520 | 100 | 55 |
| Binary | 10111101 | 101001 | 1100100 | 0 | 1001110 | 101111 | 11010 | 101010000 | 1000000 | 101101 |
Color Harmonies of #BD2964
Complementary color
Monochromatic Colors of #BD2964
Black with #BD2964
Text Example
Text Example
White with #BD2964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2964; }
p { color: rgb(189,41,100); }
H1.HeaderClassName
{
color: #BD2964;
}
.AnyTagClassName
{
color: #BD2964;
}
</style>
background-color css
<style>
a { background-color: #BD2964; }
a { background-color: rgb(189,41,100); }
div.DivClassName
{
background-color: #BD2964;
}
.BgClassName
{
background-color: #BD2964;
}
</style>
border-color css
<style>
span { border-color: #BD2964; }
span { border-color: rgb(189,41,100); }
td.TdClassName
{
border-color: #BD2964;
}
.TagClassName
{
border-color: #BD2964;
}
</style>