Shades of Old Rose #BD184F
Tints of Old Rose #BD184F
RGB
CMYK
RGB Variations
Color information
#BD184F (or 0xBD184F) is known color: Old Rose. HEX triplet: BD, 18 and 4F. RGB value is (189,24,79). Sum of RGB (Red+Green+Blue) = 189+24+79=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD184F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD184F is #42E7B0. Grayscale: #4F4F4F. Windows color (decimal): -4384689 or 5183677. OLE color: 5183677.
HSL color Cylindrical-coordinate representation of color #BD184F: hue angle of 340º 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 #BD184F is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 79 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.26 |
| HSL | 340º | 0.77% | 0.42% | - |
| HSV(B) | 340º | 0.87% | 0.74% | - |
| XYZ | 22.72 | 12.04 | 8.52 | - |
| YUV | 79.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 79 | 0 | 0.87 | 0.58 | 0.26 | 340 | 0.77 | 0.42 |
| Hex | BD | 18 | 4F | 0 | 57 | 3A | 1A | 154 | 4D | 2A |
| Octal | 275 | 30 | 117 | 0 | 127 | 72 | 32 | 524 | 115 | 52 |
| Binary | 10111101 | 11000 | 1001111 | 0 | 1010111 | 111010 | 11010 | 101010100 | 1001101 | 101010 |
Color Harmonies of #BD184F
Complementary color
Monochromatic Colors of #BD184F
Black with #BD184F
Text Example
Text Example
White with #BD184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD184F; }
p { color: rgb(189,24,79); }
H1.HeaderClassName
{
color: #BD184F;
}
.AnyTagClassName
{
color: #BD184F;
}
</style>
background-color css
<style>
a { background-color: #BD184F; }
a { background-color: rgb(189,24,79); }
div.DivClassName
{
background-color: #BD184F;
}
.BgClassName
{
background-color: #BD184F;
}
</style>
border-color css
<style>
span { border-color: #BD184F; }
span { border-color: rgb(189,24,79); }
td.TdClassName
{
border-color: #BD184F;
}
.TagClassName
{
border-color: #BD184F;
}
</style>