Shades of Old Rose #BD2765
Tints of Old Rose #BD2765
RGB
CMYK
RGB Variations
Color information
#BD2765 (or 0xBD2765) is known color: Old Rose. HEX triplet: BD, 27 and 65. RGB value is (189,39,101). Sum of RGB (Red+Green+Blue) = 189+39+101=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2765 is #42D89A. Grayscale: #5A5A5A. Windows color (decimal): -4380827 or 6629309. OLE color: 6629309.
HSL color Cylindrical-coordinate representation of color #BD2765: hue angle of 335.2º 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 #BD2765 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 101 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.26 |
| HSL | 335.2º | 0.66% | 0.45% | - |
| HSV(B) | 335.2º | 0.79% | 0.74% | - |
| XYZ | 24.06 | 13.21 | 13.59 | - |
| YUV | 90.92 | 133.7 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 101 | 0 | 0.79 | 0.47 | 0.26 | 335.2 | 0.66 | 0.45 |
| Hex | BD | 27 | 65 | 0 | 4F | 2F | 1A | 14F | 42 | 2D |
| Octal | 275 | 47 | 145 | 0 | 117 | 57 | 32 | 517 | 102 | 55 |
| Binary | 10111101 | 100111 | 1100101 | 0 | 1001111 | 101111 | 11010 | 101001111 | 1000010 | 101101 |
Color Harmonies of #BD2765
Complementary color
Monochromatic Colors of #BD2765
Black with #BD2765
Text Example
Text Example
White with #BD2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2765; }
p { color: rgb(189,39,101); }
H1.HeaderClassName
{
color: #BD2765;
}
.AnyTagClassName
{
color: #BD2765;
}
</style>
background-color css
<style>
a { background-color: #BD2765; }
a { background-color: rgb(189,39,101); }
div.DivClassName
{
background-color: #BD2765;
}
.BgClassName
{
background-color: #BD2765;
}
</style>
border-color css
<style>
span { border-color: #BD2765; }
span { border-color: rgb(189,39,101); }
td.TdClassName
{
border-color: #BD2765;
}
.TagClassName
{
border-color: #BD2765;
}
</style>