Shades of Old Rose #BD2961
Tints of Old Rose #BD2961
RGB
CMYK
RGB Variations
Color information
#BD2961 (or 0xBD2961) is known color: Old Rose. HEX triplet: BD, 29 and 61. RGB value is (189,41,97). Sum of RGB (Red+Green+Blue) = 189+41+97=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2961 is #42D69E. Grayscale: #5B5B5B. Windows color (decimal): -4380319 or 6367677. OLE color: 6367677.
HSL color Cylindrical-coordinate representation of color #BD2961: hue angle of 337.3º 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 #BD2961 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 41 | 97 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.26 |
| HSL | 337.3º | 0.64% | 0.45% | - |
| HSV(B) | 337.3º | 0.78% | 0.74% | - |
| XYZ | 23.94 | 13.27 | 12.61 | - |
| YUV | 91.64 | 131.03 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 41 | 97 | 0 | 0.78 | 0.49 | 0.26 | 337.3 | 0.64 | 0.45 |
| Hex | BD | 29 | 61 | 0 | 4E | 31 | 1A | 151 | 40 | 2D |
| Octal | 275 | 51 | 141 | 0 | 116 | 61 | 32 | 521 | 100 | 55 |
| Binary | 10111101 | 101001 | 1100001 | 0 | 1001110 | 110001 | 11010 | 101010001 | 1000000 | 101101 |
Color Harmonies of #BD2961
Complementary color
Monochromatic Colors of #BD2961
Black with #BD2961
Text Example
Text Example
White with #BD2961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2961; }
p { color: rgb(189,41,97); }
H1.HeaderClassName
{
color: #BD2961;
}
.AnyTagClassName
{
color: #BD2961;
}
</style>
background-color css
<style>
a { background-color: #BD2961; }
a { background-color: rgb(189,41,97); }
div.DivClassName
{
background-color: #BD2961;
}
.BgClassName
{
background-color: #BD2961;
}
</style>
border-color css
<style>
span { border-color: #BD2961; }
span { border-color: rgb(189,41,97); }
td.TdClassName
{
border-color: #BD2961;
}
.TagClassName
{
border-color: #BD2961;
}
</style>