Shades of Old Rose #BD194F
Tints of Old Rose #BD194F
RGB
CMYK
RGB Variations
Color information
#BD194F (or 0xBD194F) is known color: Old Rose. HEX triplet: BD, 19 and 4F. RGB value is (189,25,79). Sum of RGB (Red+Green+Blue) = 189+25+79=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD194F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD194F is #42E6B0. Grayscale: #505050. Windows color (decimal): -4384433 or 5183933. OLE color: 5183933.
HSL color Cylindrical-coordinate representation of color #BD194F: hue angle of 340.24º 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 #BD194F is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 25 | 79 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.26 |
| HSL | 340.24º | 0.77% | 0.42% | - |
| HSV(B) | 340.24º | 0.87% | 0.74% | - |
| XYZ | 22.75 | 12.08 | 8.53 | - |
| YUV | 80.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 25 | 79 | 0 | 0.87 | 0.58 | 0.26 | 340.24 | 0.77 | 0.42 |
| Hex | BD | 19 | 4F | 0 | 57 | 3A | 1A | 154 | 4D | 2A |
| Octal | 275 | 31 | 117 | 0 | 127 | 72 | 32 | 524 | 115 | 52 |
| Binary | 10111101 | 11001 | 1001111 | 0 | 1010111 | 111010 | 11010 | 101010100 | 1001101 | 101010 |
Color Harmonies of #BD194F
Complementary color
Monochromatic Colors of #BD194F
Black with #BD194F
Text Example
Text Example
White with #BD194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD194F; }
p { color: rgb(189,25,79); }
H1.HeaderClassName
{
color: #BD194F;
}
.AnyTagClassName
{
color: #BD194F;
}
</style>
background-color css
<style>
a { background-color: #BD194F; }
a { background-color: rgb(189,25,79); }
div.DivClassName
{
background-color: #BD194F;
}
.BgClassName
{
background-color: #BD194F;
}
</style>
border-color css
<style>
span { border-color: #BD194F; }
span { border-color: rgb(189,25,79); }
td.TdClassName
{
border-color: #BD194F;
}
.TagClassName
{
border-color: #BD194F;
}
</style>