Shades of Old Rose #BD154F
Tints of Old Rose #BD154F
RGB
CMYK
RGB Variations
Color information
#BD154F (or 0xBD154F) is known color: Old Rose. HEX triplet: BD, 15 and 4F. RGB value is (189,21,79). Sum of RGB (Red+Green+Blue) = 189+21+79=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD154F is #42EAB0. Grayscale: #4D4D4D. Windows color (decimal): -4385457 or 5182909. OLE color: 5182909.
HSL color Cylindrical-coordinate representation of color #BD154F: hue angle of 339.29º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD154F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 79 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.26 |
| HSL | 339.29º | 0.8% | 0.41% | - |
| HSV(B) | 339.29º | 0.89% | 0.74% | - |
| XYZ | 22.67 | 11.92 | 8.5 | - |
| YUV | 77.84 | 128.66 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 79 | 0 | 0.89 | 0.58 | 0.26 | 339.29 | 0.8 | 0.41 |
| Hex | BD | 15 | 4F | 0 | 59 | 3A | 1A | 153 | 50 | 29 |
| Octal | 275 | 25 | 117 | 0 | 131 | 72 | 32 | 523 | 120 | 51 |
| Binary | 10111101 | 10101 | 1001111 | 0 | 1011001 | 111010 | 11010 | 101010011 | 1010000 | 101001 |
Color Harmonies of #BD154F
Complementary color
Monochromatic Colors of #BD154F
Black with #BD154F
Text Example
Text Example
White with #BD154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD154F; }
p { color: rgb(189,21,79); }
H1.HeaderClassName
{
color: #BD154F;
}
.AnyTagClassName
{
color: #BD154F;
}
</style>
background-color css
<style>
a { background-color: #BD154F; }
a { background-color: rgb(189,21,79); }
div.DivClassName
{
background-color: #BD154F;
}
.BgClassName
{
background-color: #BD154F;
}
</style>
border-color css
<style>
span { border-color: #BD154F; }
span { border-color: rgb(189,21,79); }
td.TdClassName
{
border-color: #BD154F;
}
.TagClassName
{
border-color: #BD154F;
}
</style>