Shades of Old Rose #BD414A
Tints of Old Rose #BD414A
RGB
CMYK
RGB Variations
Color information
#BD414A (or 0xBD414A) is known color: Old Rose. HEX triplet: BD, 41 and 4A. RGB value is (189,65,74). Sum of RGB (Red+Green+Blue) = 189+65+74=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD414A is #42BEB5. Grayscale: #676767. Windows color (decimal): -4374198 or 4866493. OLE color: 4866493.
HSL color Cylindrical-coordinate representation of color #BD414A: hue angle of 355.65º 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 #BD414A is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 74 | - |
| CMYK | 0 | 0.66 | 0.61 | 0.26 |
| HSL | 355.65º | 0.49% | 0.5% | - |
| HSV(B) | 355.65º | 0.66% | 0.74% | - |
| XYZ | 24.11 | 15.09 | 8.12 | - |
| YUV | 103.1 | 111.58 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 74 | 0 | 0.66 | 0.61 | 0.26 | 355.65 | 0.49 | 0.5 |
| Hex | BD | 41 | 4A | 0 | 42 | 3D | 1A | 164 | 31 | 32 |
| Octal | 275 | 101 | 112 | 0 | 102 | 75 | 32 | 544 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1001010 | 0 | 1000010 | 111101 | 11010 | 101100100 | 110001 | 110010 |
Color Harmonies of #BD414A
Complementary color
Monochromatic Colors of #BD414A
Black with #BD414A
Text Example
Text Example
White with #BD414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD414A; }
p { color: rgb(189,65,74); }
H1.HeaderClassName
{
color: #BD414A;
}
.AnyTagClassName
{
color: #BD414A;
}
</style>
background-color css
<style>
a { background-color: #BD414A; }
a { background-color: rgb(189,65,74); }
div.DivClassName
{
background-color: #BD414A;
}
.BgClassName
{
background-color: #BD414A;
}
</style>
border-color css
<style>
span { border-color: #BD414A; }
span { border-color: rgb(189,65,74); }
td.TdClassName
{
border-color: #BD414A;
}
.TagClassName
{
border-color: #BD414A;
}
</style>