Shades of Old Rose #BD4151
Tints of Old Rose #BD4151
RGB
CMYK
RGB Variations
Color information
#BD4151 (or 0xBD4151) is known color: Old Rose. HEX triplet: BD, 41 and 51. RGB value is (189,65,81). Sum of RGB (Red+Green+Blue) = 189+65+81=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4151 is #42BEAE. Grayscale: #676767. Windows color (decimal): -4374191 or 5325245. OLE color: 5325245.
HSL color Cylindrical-coordinate representation of color #BD4151: hue angle of 352.26º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4151 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 81 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.26 |
| HSL | 352.26º | 0.49% | 0.5% | - |
| HSV(B) | 352.26º | 0.66% | 0.74% | - |
| XYZ | 24.36 | 15.19 | 9.43 | - |
| YUV | 103.9 | 115.08 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 81 | 0 | 0.66 | 0.57 | 0.26 | 352.26 | 0.49 | 0.5 |
| Hex | BD | 41 | 51 | 0 | 42 | 39 | 1A | 160 | 31 | 32 |
| Octal | 275 | 101 | 121 | 0 | 102 | 71 | 32 | 540 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1010001 | 0 | 1000010 | 111001 | 11010 | 101100000 | 110001 | 110010 |
Color Harmonies of #BD4151
Complementary color
Monochromatic Colors of #BD4151
Black with #BD4151
Text Example
Text Example
White with #BD4151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4151; }
p { color: rgb(189,65,81); }
H1.HeaderClassName
{
color: #BD4151;
}
.AnyTagClassName
{
color: #BD4151;
}
</style>
background-color css
<style>
a { background-color: #BD4151; }
a { background-color: rgb(189,65,81); }
div.DivClassName
{
background-color: #BD4151;
}
.BgClassName
{
background-color: #BD4151;
}
</style>
border-color css
<style>
span { border-color: #BD4151; }
span { border-color: rgb(189,65,81); }
td.TdClassName
{
border-color: #BD4151;
}
.TagClassName
{
border-color: #BD4151;
}
</style>