Shades of Old Rose #BD2662
Tints of Old Rose #BD2662
RGB
CMYK
RGB Variations
Color information
#BD2662 (or 0xBD2662) is known color: Old Rose. HEX triplet: BD, 26 and 62. RGB value is (189,38,98). Sum of RGB (Red+Green+Blue) = 189+38+98=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2662 is #42D99D. Grayscale: #595959. Windows color (decimal): -4381086 or 6432445. OLE color: 6432445.
HSL color Cylindrical-coordinate representation of color #BD2662: hue angle of 336.16º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2662 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 98 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.26 |
| HSL | 336.16º | 0.67% | 0.45% | - |
| HSV(B) | 336.16º | 0.8% | 0.74% | - |
| XYZ | 23.88 | 13.09 | 12.82 | - |
| YUV | 89.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 98 | 0 | 0.80 | 0.48 | 0.26 | 336.16 | 0.67 | 0.45 |
| Hex | BD | 26 | 62 | 0 | 50 | 30 | 1A | 150 | 43 | 2D |
| Octal | 275 | 46 | 142 | 0 | 120 | 60 | 32 | 520 | 103 | 55 |
| Binary | 10111101 | 100110 | 1100010 | 0 | 1010000 | 110000 | 11010 | 101010000 | 1000011 | 101101 |
Color Harmonies of #BD2662
Complementary color
Monochromatic Colors of #BD2662
Black with #BD2662
Text Example
Text Example
White with #BD2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2662; }
p { color: rgb(189,38,98); }
H1.HeaderClassName
{
color: #BD2662;
}
.AnyTagClassName
{
color: #BD2662;
}
</style>
background-color css
<style>
a { background-color: #BD2662; }
a { background-color: rgb(189,38,98); }
div.DivClassName
{
background-color: #BD2662;
}
.BgClassName
{
background-color: #BD2662;
}
</style>
border-color css
<style>
span { border-color: #BD2662; }
span { border-color: rgb(189,38,98); }
td.TdClassName
{
border-color: #BD2662;
}
.TagClassName
{
border-color: #BD2662;
}
</style>