Shades of Old Rose #BD184D
Tints of Old Rose #BD184D
RGB
CMYK
RGB Variations
Color information
#BD184D (or 0xBD184D) is known color: Old Rose. HEX triplet: BD, 18 and 4D. RGB value is (189,24,77). Sum of RGB (Red+Green+Blue) = 189+24+77=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD184D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD184D is #42E7B2. Grayscale: #4F4F4F. Windows color (decimal): -4384691 or 5052605. OLE color: 5052605.
HSL color Cylindrical-coordinate representation of color #BD184D: hue angle of 340.73º 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 #BD184D is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 24 | 77 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.26 |
| HSL | 340.73º | 0.77% | 0.42% | - |
| HSV(B) | 340.73º | 0.87% | 0.74% | - |
| XYZ | 22.65 | 12.01 | 8.15 | - |
| YUV | 79.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 24 | 77 | 0 | 0.87 | 0.59 | 0.26 | 340.73 | 0.77 | 0.42 |
| Hex | BD | 18 | 4D | 0 | 57 | 3B | 1A | 155 | 4D | 2A |
| Octal | 275 | 30 | 115 | 0 | 127 | 73 | 32 | 525 | 115 | 52 |
| Binary | 10111101 | 11000 | 1001101 | 0 | 1010111 | 111011 | 11010 | 101010101 | 1001101 | 101010 |
Color Harmonies of #BD184D
Complementary color
Monochromatic Colors of #BD184D
Black with #BD184D
Text Example
Text Example
White with #BD184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD184D; }
p { color: rgb(189,24,77); }
H1.HeaderClassName
{
color: #BD184D;
}
.AnyTagClassName
{
color: #BD184D;
}
</style>
background-color css
<style>
a { background-color: #BD184D; }
a { background-color: rgb(189,24,77); }
div.DivClassName
{
background-color: #BD184D;
}
.BgClassName
{
background-color: #BD184D;
}
</style>
border-color css
<style>
span { border-color: #BD184D; }
span { border-color: rgb(189,24,77); }
td.TdClassName
{
border-color: #BD184D;
}
.TagClassName
{
border-color: #BD184D;
}
</style>