Shades of Old Rose #BD414F
Tints of Old Rose #BD414F
RGB
CMYK
RGB Variations
Color information
#BD414F (or 0xBD414F) is known color: Old Rose. HEX triplet: BD, 41 and 4F. RGB value is (189,65,79). Sum of RGB (Red+Green+Blue) = 189+65+79=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD414F is #42BEB0. Grayscale: #676767. Windows color (decimal): -4374193 or 5194173. OLE color: 5194173.
HSL color Cylindrical-coordinate representation of color #BD414F: hue angle of 353.23º 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 #BD414F is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 79 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.26 |
| HSL | 353.23º | 0.49% | 0.5% | - |
| HSV(B) | 353.23º | 0.66% | 0.74% | - |
| XYZ | 24.29 | 15.16 | 9.04 | - |
| YUV | 103.67 | 114.08 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 79 | 0 | 0.66 | 0.58 | 0.26 | 353.23 | 0.49 | 0.5 |
| Hex | BD | 41 | 4F | 0 | 42 | 3A | 1A | 161 | 31 | 32 |
| Octal | 275 | 101 | 117 | 0 | 102 | 72 | 32 | 541 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1001111 | 0 | 1000010 | 111010 | 11010 | 101100001 | 110001 | 110010 |
Color Harmonies of #BD414F
Complementary color
Monochromatic Colors of #BD414F
Black with #BD414F
Text Example
Text Example
White with #BD414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD414F; }
p { color: rgb(189,65,79); }
H1.HeaderClassName
{
color: #BD414F;
}
.AnyTagClassName
{
color: #BD414F;
}
</style>
background-color css
<style>
a { background-color: #BD414F; }
a { background-color: rgb(189,65,79); }
div.DivClassName
{
background-color: #BD414F;
}
.BgClassName
{
background-color: #BD414F;
}
</style>
border-color css
<style>
span { border-color: #BD414F; }
span { border-color: rgb(189,65,79); }
td.TdClassName
{
border-color: #BD414F;
}
.TagClassName
{
border-color: #BD414F;
}
</style>