Shades of Old Rose #BD3F53
Tints of Old Rose #BD3F53
RGB
CMYK
RGB Variations
Color information
#BD3F53 (or 0xBD3F53) is known color: Old Rose. HEX triplet: BD, 3F and 53. RGB value is (189,63,83). Sum of RGB (Red+Green+Blue) = 189+63+83=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F53 is #42C0AC. Grayscale: #666666. Windows color (decimal): -4374701 or 5455805. OLE color: 5455805.
HSL color Cylindrical-coordinate representation of color #BD3F53: hue angle of 350.48º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F53 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 83 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.26 |
| HSL | 350.48º | 0.5% | 0.49% | - |
| HSV(B) | 350.48º | 0.67% | 0.74% | - |
| XYZ | 24.33 | 15 | 9.8 | - |
| YUV | 102.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 83 | 0 | 0.67 | 0.56 | 0.26 | 350.48 | 0.5 | 0.49 |
| Hex | BD | 3F | 53 | 0 | 43 | 38 | 1A | 15E | 32 | 31 |
| Octal | 275 | 77 | 123 | 0 | 103 | 70 | 32 | 536 | 62 | 61 |
| Binary | 10111101 | 111111 | 1010011 | 0 | 1000011 | 111000 | 11010 | 101011110 | 110010 | 110001 |
Color Harmonies of #BD3F53
Complementary color
Monochromatic Colors of #BD3F53
Black with #BD3F53
Text Example
Text Example
White with #BD3F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F53; }
p { color: rgb(189,63,83); }
H1.HeaderClassName
{
color: #BD3F53;
}
.AnyTagClassName
{
color: #BD3F53;
}
</style>
background-color css
<style>
a { background-color: #BD3F53; }
a { background-color: rgb(189,63,83); }
div.DivClassName
{
background-color: #BD3F53;
}
.BgClassName
{
background-color: #BD3F53;
}
</style>
border-color css
<style>
span { border-color: #BD3F53; }
span { border-color: rgb(189,63,83); }
td.TdClassName
{
border-color: #BD3F53;
}
.TagClassName
{
border-color: #BD3F53;
}
</style>