Shades of Old Rose #BD2763
Tints of Old Rose #BD2763
RGB
CMYK
RGB Variations
Color information
#BD2763 (or 0xBD2763) is known color: Old Rose. HEX triplet: BD, 27 and 63. RGB value is (189,39,99). Sum of RGB (Red+Green+Blue) = 189+39+99=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2763 is #42D89C. Grayscale: #5A5A5A. Windows color (decimal): -4380829 or 6498237. OLE color: 6498237.
HSL color Cylindrical-coordinate representation of color #BD2763: hue angle of 336º 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 #BD2763 is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 39 | 99 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.26 |
| HSL | 336º | 0.66% | 0.45% | - |
| HSV(B) | 336º | 0.79% | 0.74% | - |
| XYZ | 23.96 | 13.17 | 13.08 | - |
| YUV | 90.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 99 | 0 | 0.79 | 0.48 | 0.26 | 336 | 0.66 | 0.45 |
| Hex | BD | 27 | 63 | 0 | 4F | 30 | 1A | 150 | 42 | 2D |
| Octal | 275 | 47 | 143 | 0 | 117 | 60 | 32 | 520 | 102 | 55 |
| Binary | 10111101 | 100111 | 1100011 | 0 | 1001111 | 110000 | 11010 | 101010000 | 1000010 | 101101 |
Color Harmonies of #BD2763
Complementary color
Monochromatic Colors of #BD2763
Black with #BD2763
Text Example
Text Example
White with #BD2763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2763; }
p { color: rgb(189,39,99); }
H1.HeaderClassName
{
color: #BD2763;
}
.AnyTagClassName
{
color: #BD2763;
}
</style>
background-color css
<style>
a { background-color: #BD2763; }
a { background-color: rgb(189,39,99); }
div.DivClassName
{
background-color: #BD2763;
}
.BgClassName
{
background-color: #BD2763;
}
</style>
border-color css
<style>
span { border-color: #BD2763; }
span { border-color: rgb(189,39,99); }
td.TdClassName
{
border-color: #BD2763;
}
.TagClassName
{
border-color: #BD2763;
}
</style>