Shades of Old Rose #BD2565
Tints of Old Rose #BD2565
RGB
CMYK
RGB Variations
Color information
#BD2565 (or 0xBD2565) is known color: Old Rose. HEX triplet: BD, 25 and 65. RGB value is (189,37,101). Sum of RGB (Red+Green+Blue) = 189+37+101=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 37 (14.84% from 255 or 11.31% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2565 is #42DA9A. Grayscale: #595959. Windows color (decimal): -4381339 or 6628797. OLE color: 6628797.
HSL color Cylindrical-coordinate representation of color #BD2565: hue angle of 334.74º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2565 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 101 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.26 |
| HSL | 334.74º | 0.67% | 0.44% | - |
| HSV(B) | 334.74º | 0.8% | 0.74% | - |
| XYZ | 24 | 13.08 | 13.57 | - |
| YUV | 89.74 | 134.36 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 101 | 0 | 0.80 | 0.47 | 0.26 | 334.74 | 0.67 | 0.44 |
| Hex | BD | 25 | 65 | 0 | 50 | 2F | 1A | 14F | 43 | 2C |
| Octal | 275 | 45 | 145 | 0 | 120 | 57 | 32 | 517 | 103 | 54 |
| Binary | 10111101 | 100101 | 1100101 | 0 | 1010000 | 101111 | 11010 | 101001111 | 1000011 | 101100 |
Color Harmonies of #BD2565
Complementary color
Monochromatic Colors of #BD2565
Black with #BD2565
Text Example
Text Example
White with #BD2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2565; }
p { color: rgb(189,37,101); }
H1.HeaderClassName
{
color: #BD2565;
}
.AnyTagClassName
{
color: #BD2565;
}
</style>
background-color css
<style>
a { background-color: #BD2565; }
a { background-color: rgb(189,37,101); }
div.DivClassName
{
background-color: #BD2565;
}
.BgClassName
{
background-color: #BD2565;
}
</style>
border-color css
<style>
span { border-color: #BD2565; }
span { border-color: rgb(189,37,101); }
td.TdClassName
{
border-color: #BD2565;
}
.TagClassName
{
border-color: #BD2565;
}
</style>