Shades of Old Rose #BD2761
Tints of Old Rose #BD2761
RGB
CMYK
RGB Variations
Color information
#BD2761 (or 0xBD2761) is known color: Old Rose. HEX triplet: BD, 27 and 61. RGB value is (189,39,97). Sum of RGB (Red+Green+Blue) = 189+39+97=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2761 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2761 is #42D89E. Grayscale: #5A5A5A. Windows color (decimal): -4380831 or 6367165. OLE color: 6367165.
HSL color Cylindrical-coordinate representation of color #BD2761: hue angle of 336.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2761 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 97 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.26 |
| HSL | 336.8º | 0.66% | 0.45% | - |
| HSV(B) | 336.8º | 0.79% | 0.74% | - |
| XYZ | 23.87 | 13.13 | 12.59 | - |
| YUV | 90.46 | 131.7 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 97 | 0 | 0.79 | 0.49 | 0.26 | 336.8 | 0.66 | 0.45 |
| Hex | BD | 27 | 61 | 0 | 4F | 31 | 1A | 151 | 42 | 2D |
| Octal | 275 | 47 | 141 | 0 | 117 | 61 | 32 | 521 | 102 | 55 |
| Binary | 10111101 | 100111 | 1100001 | 0 | 1001111 | 110001 | 11010 | 101010001 | 1000010 | 101101 |
Color Harmonies of #BD2761
Complementary color
Monochromatic Colors of #BD2761
Black with #BD2761
Text Example
Text Example
White with #BD2761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2761; }
p { color: rgb(189,39,97); }
H1.HeaderClassName
{
color: #BD2761;
}
.AnyTagClassName
{
color: #BD2761;
}
</style>
background-color css
<style>
a { background-color: #BD2761; }
a { background-color: rgb(189,39,97); }
div.DivClassName
{
background-color: #BD2761;
}
.BgClassName
{
background-color: #BD2761;
}
</style>
border-color css
<style>
span { border-color: #BD2761; }
span { border-color: rgb(189,39,97); }
td.TdClassName
{
border-color: #BD2761;
}
.TagClassName
{
border-color: #BD2761;
}
</style>