Shades of Old Rose #BD2762
Tints of Old Rose #BD2762
RGB
CMYK
RGB Variations
Color information
#BD2762 (or 0xBD2762) is known color: Old Rose. HEX triplet: BD, 27 and 62. RGB value is (189,39,98). Sum of RGB (Red+Green+Blue) = 189+39+98=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2762 is #42D89D. Grayscale: #5A5A5A. Windows color (decimal): -4380830 or 6432701. OLE color: 6432701.
HSL color Cylindrical-coordinate representation of color #BD2762: hue angle of 336.4º 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 #BD2762 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 98 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.26 |
| HSL | 336.4º | 0.66% | 0.45% | - |
| HSV(B) | 336.4º | 0.79% | 0.74% | - |
| XYZ | 23.92 | 13.15 | 12.83 | - |
| YUV | 90.58 | 132.2 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 98 | 0 | 0.79 | 0.48 | 0.26 | 336.4 | 0.66 | 0.45 |
| Hex | BD | 27 | 62 | 0 | 4F | 30 | 1A | 150 | 42 | 2D |
| Octal | 275 | 47 | 142 | 0 | 117 | 60 | 32 | 520 | 102 | 55 |
| Binary | 10111101 | 100111 | 1100010 | 0 | 1001111 | 110000 | 11010 | 101010000 | 1000010 | 101101 |
Color Harmonies of #BD2762
Complementary color
Monochromatic Colors of #BD2762
Black with #BD2762
Text Example
Text Example
White with #BD2762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2762; }
p { color: rgb(189,39,98); }
H1.HeaderClassName
{
color: #BD2762;
}
.AnyTagClassName
{
color: #BD2762;
}
</style>
background-color css
<style>
a { background-color: #BD2762; }
a { background-color: rgb(189,39,98); }
div.DivClassName
{
background-color: #BD2762;
}
.BgClassName
{
background-color: #BD2762;
}
</style>
border-color css
<style>
span { border-color: #BD2762; }
span { border-color: rgb(189,39,98); }
td.TdClassName
{
border-color: #BD2762;
}
.TagClassName
{
border-color: #BD2762;
}
</style>