Shades of Old Rose #BD1754
Tints of Old Rose #BD1754
RGB
CMYK
RGB Variations
Color information
#BD1754 (or 0xBD1754) is known color: Old Rose. HEX triplet: BD, 17 and 54. RGB value is (189,23,84). Sum of RGB (Red+Green+Blue) = 189+23+84=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1754 is #42E8AB. Grayscale: #4F4F4F. Windows color (decimal): -4384940 or 5511101. OLE color: 5511101.
HSL color Cylindrical-coordinate representation of color #BD1754: hue angle of 337.95º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD1754 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 23 | 84 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.26 |
| HSL | 337.95º | 0.78% | 0.42% | - |
| HSV(B) | 337.95º | 0.88% | 0.74% | - |
| XYZ | 22.89 | 12.07 | 9.51 | - |
| YUV | 79.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 23 | 84 | 0 | 0.88 | 0.56 | 0.26 | 337.95 | 0.78 | 0.42 |
| Hex | BD | 17 | 54 | 0 | 58 | 38 | 1A | 152 | 4E | 2A |
| Octal | 275 | 27 | 124 | 0 | 130 | 70 | 32 | 522 | 116 | 52 |
| Binary | 10111101 | 10111 | 1010100 | 0 | 1011000 | 111000 | 11010 | 101010010 | 1001110 | 101010 |
Color Harmonies of #BD1754
Complementary color
Monochromatic Colors of #BD1754
Black with #BD1754
Text Example
Text Example
White with #BD1754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1754; }
p { color: rgb(189,23,84); }
H1.HeaderClassName
{
color: #BD1754;
}
.AnyTagClassName
{
color: #BD1754;
}
</style>
background-color css
<style>
a { background-color: #BD1754; }
a { background-color: rgb(189,23,84); }
div.DivClassName
{
background-color: #BD1754;
}
.BgClassName
{
background-color: #BD1754;
}
</style>
border-color css
<style>
span { border-color: #BD1754; }
span { border-color: rgb(189,23,84); }
td.TdClassName
{
border-color: #BD1754;
}
.TagClassName
{
border-color: #BD1754;
}
</style>