Shades of Old Rose #BD2661
Tints of Old Rose #BD2661
RGB
CMYK
RGB Variations
Color information
#BD2661 (or 0xBD2661) is known color: Old Rose. HEX triplet: BD, 26 and 61. RGB value is (189,38,97). Sum of RGB (Red+Green+Blue) = 189+38+97=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 38 (15.23% from 255 or 11.73% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2661 is #42D99E. Grayscale: #595959. Windows color (decimal): -4381087 or 6366909. OLE color: 6366909.
HSL color Cylindrical-coordinate representation of color #BD2661: hue angle of 336.56º 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 #BD2661 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 97 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.26 |
| HSL | 336.56º | 0.67% | 0.45% | - |
| HSV(B) | 336.56º | 0.8% | 0.74% | - |
| XYZ | 23.84 | 13.07 | 12.58 | - |
| YUV | 89.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 97 | 0 | 0.80 | 0.49 | 0.26 | 336.56 | 0.67 | 0.45 |
| Hex | BD | 26 | 61 | 0 | 50 | 31 | 1A | 151 | 43 | 2D |
| Octal | 275 | 46 | 141 | 0 | 120 | 61 | 32 | 521 | 103 | 55 |
| Binary | 10111101 | 100110 | 1100001 | 0 | 1010000 | 110001 | 11010 | 101010001 | 1000011 | 101101 |
Color Harmonies of #BD2661
Complementary color
Monochromatic Colors of #BD2661
Black with #BD2661
Text Example
Text Example
White with #BD2661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2661; }
p { color: rgb(189,38,97); }
H1.HeaderClassName
{
color: #BD2661;
}
.AnyTagClassName
{
color: #BD2661;
}
</style>
background-color css
<style>
a { background-color: #BD2661; }
a { background-color: rgb(189,38,97); }
div.DivClassName
{
background-color: #BD2661;
}
.BgClassName
{
background-color: #BD2661;
}
</style>
border-color css
<style>
span { border-color: #BD2661; }
span { border-color: rgb(189,38,97); }
td.TdClassName
{
border-color: #BD2661;
}
.TagClassName
{
border-color: #BD2661;
}
</style>