Shades of Old Rose #BD2854
Tints of Old Rose #BD2854
RGB
CMYK
RGB Variations
Color information
#BD2854 (or 0xBD2854) is known color: Old Rose. HEX triplet: BD, 28 and 54. RGB value is (189,40,84). Sum of RGB (Red+Green+Blue) = 189+40+84=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2854 is #42D7AB. Grayscale: #595959. Windows color (decimal): -4380588 or 5515453. OLE color: 5515453.
HSL color Cylindrical-coordinate representation of color #BD2854: hue angle of 342.28º degrees, saturation: 0.65, 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 #BD2854 is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 84 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.26 |
| HSL | 342.28º | 0.65% | 0.45% | - |
| HSV(B) | 342.28º | 0.79% | 0.74% | - |
| XYZ | 23.35 | 12.98 | 9.66 | - |
| YUV | 89.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 84 | 0 | 0.79 | 0.56 | 0.26 | 342.28 | 0.65 | 0.45 |
| Hex | BD | 28 | 54 | 0 | 4F | 38 | 1A | 156 | 41 | 2D |
| Octal | 275 | 50 | 124 | 0 | 117 | 70 | 32 | 526 | 101 | 55 |
| Binary | 10111101 | 101000 | 1010100 | 0 | 1001111 | 111000 | 11010 | 101010110 | 1000001 | 101101 |
Color Harmonies of #BD2854
Complementary color
Monochromatic Colors of #BD2854
Black with #BD2854
Text Example
Text Example
White with #BD2854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2854; }
p { color: rgb(189,40,84); }
H1.HeaderClassName
{
color: #BD2854;
}
.AnyTagClassName
{
color: #BD2854;
}
</style>
background-color css
<style>
a { background-color: #BD2854; }
a { background-color: rgb(189,40,84); }
div.DivClassName
{
background-color: #BD2854;
}
.BgClassName
{
background-color: #BD2854;
}
</style>
border-color css
<style>
span { border-color: #BD2854; }
span { border-color: rgb(189,40,84); }
td.TdClassName
{
border-color: #BD2854;
}
.TagClassName
{
border-color: #BD2854;
}
</style>