Shades of Old Rose #BD4150
Tints of Old Rose #BD4150
RGB
CMYK
RGB Variations
Color information
#BD4150 (or 0xBD4150) is known color: Old Rose. HEX triplet: BD, 41 and 50. RGB value is (189,65,80). Sum of RGB (Red+Green+Blue) = 189+65+80=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4150 is #42BEAF. Grayscale: #676767. Windows color (decimal): -4374192 or 5259709. OLE color: 5259709.
HSL color Cylindrical-coordinate representation of color #BD4150: hue angle of 352.74º 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 #BD4150 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 80 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.26 |
| HSL | 352.74º | 0.49% | 0.5% | - |
| HSV(B) | 352.74º | 0.66% | 0.74% | - |
| XYZ | 24.32 | 15.18 | 9.24 | - |
| YUV | 103.79 | 114.58 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 80 | 0 | 0.66 | 0.58 | 0.26 | 352.74 | 0.49 | 0.5 |
| Hex | BD | 41 | 50 | 0 | 42 | 3A | 1A | 161 | 31 | 32 |
| Octal | 275 | 101 | 120 | 0 | 102 | 72 | 32 | 541 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1010000 | 0 | 1000010 | 111010 | 11010 | 101100001 | 110001 | 110010 |
Color Harmonies of #BD4150
Complementary color
Monochromatic Colors of #BD4150
Black with #BD4150
Text Example
Text Example
White with #BD4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4150; }
p { color: rgb(189,65,80); }
H1.HeaderClassName
{
color: #BD4150;
}
.AnyTagClassName
{
color: #BD4150;
}
</style>
background-color css
<style>
a { background-color: #BD4150; }
a { background-color: rgb(189,65,80); }
div.DivClassName
{
background-color: #BD4150;
}
.BgClassName
{
background-color: #BD4150;
}
</style>
border-color css
<style>
span { border-color: #BD4150; }
span { border-color: rgb(189,65,80); }
td.TdClassName
{
border-color: #BD4150;
}
.TagClassName
{
border-color: #BD4150;
}
</style>