Shades of Old Rose #BD3850
Tints of Old Rose #BD3850
RGB
CMYK
RGB Variations
Color information
#BD3850 (or 0xBD3850) is known color: Old Rose. HEX triplet: BD, 38 and 50. RGB value is (189,56,80). Sum of RGB (Red+Green+Blue) = 189+56+80=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3850 is #42C7AF. Grayscale: #626262. Windows color (decimal): -4376496 or 5257405. OLE color: 5257405.
HSL color Cylindrical-coordinate representation of color #BD3850: hue angle of 349.17º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3850 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 80 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.26 |
| HSL | 349.17º | 0.54% | 0.48% | - |
| HSV(B) | 349.17º | 0.7% | 0.74% | - |
| XYZ | 23.85 | 14.23 | 9.08 | - |
| YUV | 98.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 80 | 0 | 0.70 | 0.58 | 0.26 | 349.17 | 0.54 | 0.48 |
| Hex | BD | 38 | 50 | 0 | 46 | 3A | 1A | 15D | 36 | 30 |
| Octal | 275 | 70 | 120 | 0 | 106 | 72 | 32 | 535 | 66 | 60 |
| Binary | 10111101 | 111000 | 1010000 | 0 | 1000110 | 111010 | 11010 | 101011101 | 110110 | 110000 |
Color Harmonies of #BD3850
Complementary color
Monochromatic Colors of #BD3850
Black with #BD3850
Text Example
Text Example
White with #BD3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3850; }
p { color: rgb(189,56,80); }
H1.HeaderClassName
{
color: #BD3850;
}
.AnyTagClassName
{
color: #BD3850;
}
</style>
background-color css
<style>
a { background-color: #BD3850; }
a { background-color: rgb(189,56,80); }
div.DivClassName
{
background-color: #BD3850;
}
.BgClassName
{
background-color: #BD3850;
}
</style>
border-color css
<style>
span { border-color: #BD3850; }
span { border-color: rgb(189,56,80); }
td.TdClassName
{
border-color: #BD3850;
}
.TagClassName
{
border-color: #BD3850;
}
</style>