Shades of Old Rose #BD394F
Tints of Old Rose #BD394F
RGB
CMYK
RGB Variations
Color information
#BD394F (or 0xBD394F) is known color: Old Rose. HEX triplet: BD, 39 and 4F. RGB value is (189,57,79). Sum of RGB (Red+Green+Blue) = 189+57+79=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD394F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD394F is #42C6B0. Grayscale: #636363. Windows color (decimal): -4376241 or 5192125. OLE color: 5192125.
HSL color Cylindrical-coordinate representation of color #BD394F: hue angle of 350º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD394F is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 79 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.26 |
| HSL | 350º | 0.54% | 0.48% | - |
| HSV(B) | 350º | 0.7% | 0.74% | - |
| XYZ | 23.86 | 14.31 | 8.9 | - |
| YUV | 98.98 | 116.73 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 79 | 0 | 0.70 | 0.58 | 0.26 | 350 | 0.54 | 0.48 |
| Hex | BD | 39 | 4F | 0 | 46 | 3A | 1A | 15E | 36 | 30 |
| Octal | 275 | 71 | 117 | 0 | 106 | 72 | 32 | 536 | 66 | 60 |
| Binary | 10111101 | 111001 | 1001111 | 0 | 1000110 | 111010 | 11010 | 101011110 | 110110 | 110000 |
Color Harmonies of #BD394F
Complementary color
Monochromatic Colors of #BD394F
Black with #BD394F
Text Example
Text Example
White with #BD394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD394F; }
p { color: rgb(189,57,79); }
H1.HeaderClassName
{
color: #BD394F;
}
.AnyTagClassName
{
color: #BD394F;
}
</style>
background-color css
<style>
a { background-color: #BD394F; }
a { background-color: rgb(189,57,79); }
div.DivClassName
{
background-color: #BD394F;
}
.BgClassName
{
background-color: #BD394F;
}
</style>
border-color css
<style>
span { border-color: #BD394F; }
span { border-color: rgb(189,57,79); }
td.TdClassName
{
border-color: #BD394F;
}
.TagClassName
{
border-color: #BD394F;
}
</style>