Shades of Old Rose #BD1954
Tints of Old Rose #BD1954
RGB
CMYK
RGB Variations
Color information
#BD1954 (or 0xBD1954) is known color: Old Rose. HEX triplet: BD, 19 and 54. RGB value is (189,25,84). Sum of RGB (Red+Green+Blue) = 189+25+84=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1954 is #42E6AB. Grayscale: #505050. Windows color (decimal): -4384428 or 5511613. OLE color: 5511613.
HSL color Cylindrical-coordinate representation of color #BD1954: hue angle of 338.41º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1954 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 84 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.26 |
| HSL | 338.41º | 0.77% | 0.42% | - |
| HSV(B) | 338.41º | 0.87% | 0.74% | - |
| XYZ | 22.93 | 12.15 | 9.52 | - |
| YUV | 80.76 | 129.83 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 84 | 0 | 0.87 | 0.56 | 0.26 | 338.41 | 0.77 | 0.42 |
| Hex | BD | 19 | 54 | 0 | 57 | 38 | 1A | 152 | 4D | 2A |
| Octal | 275 | 31 | 124 | 0 | 127 | 70 | 32 | 522 | 115 | 52 |
| Binary | 10111101 | 11001 | 1010100 | 0 | 1010111 | 111000 | 11010 | 101010010 | 1001101 | 101010 |
Color Harmonies of #BD1954
Complementary color
Monochromatic Colors of #BD1954
Black with #BD1954
Text Example
Text Example
White with #BD1954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1954; }
p { color: rgb(189,25,84); }
H1.HeaderClassName
{
color: #BD1954;
}
.AnyTagClassName
{
color: #BD1954;
}
</style>
background-color css
<style>
a { background-color: #BD1954; }
a { background-color: rgb(189,25,84); }
div.DivClassName
{
background-color: #BD1954;
}
.BgClassName
{
background-color: #BD1954;
}
</style>
border-color css
<style>
span { border-color: #BD1954; }
span { border-color: rgb(189,25,84); }
td.TdClassName
{
border-color: #BD1954;
}
.TagClassName
{
border-color: #BD1954;
}
</style>