Shades of Old Rose #BD2F5A
Tints of Old Rose #BD2F5A
RGB
CMYK
RGB Variations
Color information
#BD2F5A (or 0xBD2F5A) is known color: Old Rose. HEX triplet: BD, 2F and 5A. RGB value is (189,47,90). Sum of RGB (Red+Green+Blue) = 189+47+90=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F5A is #42D0A5. Grayscale: #5E5E5E. Windows color (decimal): -4378790 or 5910461. OLE color: 5910461.
HSL color Cylindrical-coordinate representation of color #BD2F5A: hue angle of 341.83º 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 #BD2F5A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 90 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.26 |
| HSL | 341.83º | 0.6% | 0.46% | - |
| HSV(B) | 341.83º | 0.75% | 0.74% | - |
| XYZ | 23.85 | 13.59 | 11.04 | - |
| YUV | 94.36 | 125.54 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 90 | 0 | 0.75 | 0.52 | 0.26 | 341.83 | 0.6 | 0.46 |
| Hex | BD | 2F | 5A | 0 | 4B | 34 | 1A | 156 | 3C | 2E |
| Octal | 275 | 57 | 132 | 0 | 113 | 64 | 32 | 526 | 74 | 56 |
| Binary | 10111101 | 101111 | 1011010 | 0 | 1001011 | 110100 | 11010 | 101010110 | 111100 | 101110 |
Color Harmonies of #BD2F5A
Complementary color
Monochromatic Colors of #BD2F5A
Black with #BD2F5A
Text Example
Text Example
White with #BD2F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F5A; }
p { color: rgb(189,47,90); }
H1.HeaderClassName
{
color: #BD2F5A;
}
.AnyTagClassName
{
color: #BD2F5A;
}
</style>
background-color css
<style>
a { background-color: #BD2F5A; }
a { background-color: rgb(189,47,90); }
div.DivClassName
{
background-color: #BD2F5A;
}
.BgClassName
{
background-color: #BD2F5A;
}
</style>
border-color css
<style>
span { border-color: #BD2F5A; }
span { border-color: rgb(189,47,90); }
td.TdClassName
{
border-color: #BD2F5A;
}
.TagClassName
{
border-color: #BD2F5A;
}
</style>