Shades of Old Rose #BD414D
Tints of Old Rose #BD414D
RGB
CMYK
RGB Variations
Color information
#BD414D (or 0xBD414D) is known color: Old Rose. HEX triplet: BD, 41 and 4D. RGB value is (189,65,77). Sum of RGB (Red+Green+Blue) = 189+65+77=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD414D is #42BEB2. Grayscale: #676767. Windows color (decimal): -4374195 or 5063101. OLE color: 5063101.
HSL color Cylindrical-coordinate representation of color #BD414D: hue angle of 354.19º 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 #BD414D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 77 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.26 |
| HSL | 354.19º | 0.49% | 0.5% | - |
| HSV(B) | 354.19º | 0.66% | 0.74% | - |
| XYZ | 24.22 | 15.14 | 8.67 | - |
| YUV | 103.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 77 | 0 | 0.66 | 0.59 | 0.26 | 354.19 | 0.49 | 0.5 |
| Hex | BD | 41 | 4D | 0 | 42 | 3B | 1A | 162 | 31 | 32 |
| Octal | 275 | 101 | 115 | 0 | 102 | 73 | 32 | 542 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1001101 | 0 | 1000010 | 111011 | 11010 | 101100010 | 110001 | 110010 |
Color Harmonies of #BD414D
Complementary color
Monochromatic Colors of #BD414D
Black with #BD414D
Text Example
Text Example
White with #BD414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD414D; }
p { color: rgb(189,65,77); }
H1.HeaderClassName
{
color: #BD414D;
}
.AnyTagClassName
{
color: #BD414D;
}
</style>
background-color css
<style>
a { background-color: #BD414D; }
a { background-color: rgb(189,65,77); }
div.DivClassName
{
background-color: #BD414D;
}
.BgClassName
{
background-color: #BD414D;
}
</style>
border-color css
<style>
span { border-color: #BD414D; }
span { border-color: rgb(189,65,77); }
td.TdClassName
{
border-color: #BD414D;
}
.TagClassName
{
border-color: #BD414D;
}
</style>