Shades of Old Rose #BD3F4F
Tints of Old Rose #BD3F4F
RGB
CMYK
RGB Variations
Color information
#BD3F4F (or 0xBD3F4F) is known color: Old Rose. HEX triplet: BD, 3F and 4F. RGB value is (189,63,79). Sum of RGB (Red+Green+Blue) = 189+63+79=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F4F is #42C0B0. Grayscale: #666666. Windows color (decimal): -4374705 or 5193661. OLE color: 5193661.
HSL color Cylindrical-coordinate representation of color #BD3F4F: hue angle of 352.38º 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 #BD3F4F is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 79 | - |
| CMYK | 0 | 0.67 | 0.58 | 0.26 |
| HSL | 352.38º | 0.5% | 0.49% | - |
| HSV(B) | 352.38º | 0.67% | 0.74% | - |
| XYZ | 24.18 | 14.94 | 9.01 | - |
| YUV | 102.5 | 114.74 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 79 | 0 | 0.67 | 0.58 | 0.26 | 352.38 | 0.5 | 0.49 |
| Hex | BD | 3F | 4F | 0 | 43 | 3A | 1A | 160 | 32 | 31 |
| Octal | 275 | 77 | 117 | 0 | 103 | 72 | 32 | 540 | 62 | 61 |
| Binary | 10111101 | 111111 | 1001111 | 0 | 1000011 | 111010 | 11010 | 101100000 | 110010 | 110001 |
Color Harmonies of #BD3F4F
Complementary color
Monochromatic Colors of #BD3F4F
Black with #BD3F4F
Text Example
Text Example
White with #BD3F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F4F; }
p { color: rgb(189,63,79); }
H1.HeaderClassName
{
color: #BD3F4F;
}
.AnyTagClassName
{
color: #BD3F4F;
}
</style>
background-color css
<style>
a { background-color: #BD3F4F; }
a { background-color: rgb(189,63,79); }
div.DivClassName
{
background-color: #BD3F4F;
}
.BgClassName
{
background-color: #BD3F4F;
}
</style>
border-color css
<style>
span { border-color: #BD3F4F; }
span { border-color: rgb(189,63,79); }
td.TdClassName
{
border-color: #BD3F4F;
}
.TagClassName
{
border-color: #BD3F4F;
}
</style>