Shades of Old Rose #BD2650
Tints of Old Rose #BD2650
RGB
CMYK
RGB Variations
Color information
#BD2650 (or 0xBD2650) is known color: Old Rose. HEX triplet: BD, 26 and 50. RGB value is (189,38,80). Sum of RGB (Red+Green+Blue) = 189+38+80=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2650 is #42D9AF. Grayscale: #575757. Windows color (decimal): -4381104 or 5252797. OLE color: 5252797.
HSL color Cylindrical-coordinate representation of color #BD2650: hue angle of 343.31º 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 #BD2650 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 80 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.26 |
| HSL | 343.31º | 0.67% | 0.45% | - |
| HSV(B) | 343.31º | 0.8% | 0.74% | - |
| XYZ | 23.13 | 12.78 | 8.84 | - |
| YUV | 87.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 80 | 0 | 0.80 | 0.58 | 0.26 | 343.31 | 0.67 | 0.45 |
| Hex | BD | 26 | 50 | 0 | 50 | 3A | 1A | 157 | 43 | 2D |
| Octal | 275 | 46 | 120 | 0 | 120 | 72 | 32 | 527 | 103 | 55 |
| Binary | 10111101 | 100110 | 1010000 | 0 | 1010000 | 111010 | 11010 | 101010111 | 1000011 | 101101 |
Color Harmonies of #BD2650
Complementary color
Monochromatic Colors of #BD2650
Black with #BD2650
Text Example
Text Example
White with #BD2650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2650; }
p { color: rgb(189,38,80); }
H1.HeaderClassName
{
color: #BD2650;
}
.AnyTagClassName
{
color: #BD2650;
}
</style>
background-color css
<style>
a { background-color: #BD2650; }
a { background-color: rgb(189,38,80); }
div.DivClassName
{
background-color: #BD2650;
}
.BgClassName
{
background-color: #BD2650;
}
</style>
border-color css
<style>
span { border-color: #BD2650; }
span { border-color: rgb(189,38,80); }
td.TdClassName
{
border-color: #BD2650;
}
.TagClassName
{
border-color: #BD2650;
}
</style>