Shades of Old Rose #BD2654
Tints of Old Rose #BD2654
RGB
CMYK
RGB Variations
Color information
#BD2654 (or 0xBD2654) is known color: Old Rose. HEX triplet: BD, 26 and 54. RGB value is (189,38,84). Sum of RGB (Red+Green+Blue) = 189+38+84=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2654 is #42D9AB. Grayscale: #585858. Windows color (decimal): -4381100 or 5514941. OLE color: 5514941.
HSL color Cylindrical-coordinate representation of color #BD2654: hue angle of 341.72º 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 #BD2654 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 84 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.26 |
| HSL | 341.72º | 0.67% | 0.45% | - |
| HSV(B) | 341.72º | 0.8% | 0.74% | - |
| XYZ | 23.28 | 12.85 | 9.64 | - |
| YUV | 88.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 84 | 0 | 0.80 | 0.56 | 0.26 | 341.72 | 0.67 | 0.45 |
| Hex | BD | 26 | 54 | 0 | 50 | 38 | 1A | 156 | 43 | 2D |
| Octal | 275 | 46 | 124 | 0 | 120 | 70 | 32 | 526 | 103 | 55 |
| Binary | 10111101 | 100110 | 1010100 | 0 | 1010000 | 111000 | 11010 | 101010110 | 1000011 | 101101 |
Color Harmonies of #BD2654
Complementary color
Monochromatic Colors of #BD2654
Black with #BD2654
Text Example
Text Example
White with #BD2654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2654; }
p { color: rgb(189,38,84); }
H1.HeaderClassName
{
color: #BD2654;
}
.AnyTagClassName
{
color: #BD2654;
}
</style>
background-color css
<style>
a { background-color: #BD2654; }
a { background-color: rgb(189,38,84); }
div.DivClassName
{
background-color: #BD2654;
}
.BgClassName
{
background-color: #BD2654;
}
</style>
border-color css
<style>
span { border-color: #BD2654; }
span { border-color: rgb(189,38,84); }
td.TdClassName
{
border-color: #BD2654;
}
.TagClassName
{
border-color: #BD2654;
}
</style>