Shades of Old Rose #BD2F4A
Tints of Old Rose #BD2F4A
RGB
CMYK
RGB Variations
Color information
#BD2F4A (or 0xBD2F4A) is known color: Old Rose. HEX triplet: BD, 2F and 4A. RGB value is (189,47,74). Sum of RGB (Red+Green+Blue) = 189+47+74=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F4A is #42D0B5. Grayscale: #5C5C5C. Windows color (decimal): -4378806 or 4861885. OLE color: 4861885.
HSL color Cylindrical-coordinate representation of color #BD2F4A: hue angle of 348.59º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F4A is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 74 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.26 |
| HSL | 348.59º | 0.6% | 0.46% | - |
| HSV(B) | 348.59º | 0.75% | 0.74% | - |
| XYZ | 23.24 | 13.35 | 7.83 | - |
| YUV | 92.54 | 117.54 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 74 | 0 | 0.75 | 0.61 | 0.26 | 348.59 | 0.6 | 0.46 |
| Hex | BD | 2F | 4A | 0 | 4B | 3D | 1A | 15D | 3C | 2E |
| Octal | 275 | 57 | 112 | 0 | 113 | 75 | 32 | 535 | 74 | 56 |
| Binary | 10111101 | 101111 | 1001010 | 0 | 1001011 | 111101 | 11010 | 101011101 | 111100 | 101110 |
Color Harmonies of #BD2F4A
Complementary color
Monochromatic Colors of #BD2F4A
Black with #BD2F4A
Text Example
Text Example
White with #BD2F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F4A; }
p { color: rgb(189,47,74); }
H1.HeaderClassName
{
color: #BD2F4A;
}
.AnyTagClassName
{
color: #BD2F4A;
}
</style>
background-color css
<style>
a { background-color: #BD2F4A; }
a { background-color: rgb(189,47,74); }
div.DivClassName
{
background-color: #BD2F4A;
}
.BgClassName
{
background-color: #BD2F4A;
}
</style>
border-color css
<style>
span { border-color: #BD2F4A; }
span { border-color: rgb(189,47,74); }
td.TdClassName
{
border-color: #BD2F4A;
}
.TagClassName
{
border-color: #BD2F4A;
}
</style>