Shades of Old Rose #BD285F
Tints of Old Rose #BD285F
RGB
CMYK
RGB Variations
Color information
#BD285F (or 0xBD285F) is known color: Old Rose. HEX triplet: BD, 28 and 5F. RGB value is (189,40,95). Sum of RGB (Red+Green+Blue) = 189+40+95=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 40 (16.02% from 255 or 12.35% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD285F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD285F is #42D7A0. Grayscale: #5A5A5A. Windows color (decimal): -4380577 or 6236349. OLE color: 6236349.
HSL color Cylindrical-coordinate representation of color #BD285F: hue angle of 337.85º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD285F is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 40 | 95 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.26 |
| HSL | 337.85º | 0.65% | 0.45% | - |
| HSV(B) | 337.85º | 0.79% | 0.74% | - |
| XYZ | 23.81 | 13.16 | 12.11 | - |
| YUV | 90.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 95 | 0 | 0.79 | 0.50 | 0.26 | 337.85 | 0.65 | 0.45 |
| Hex | BD | 28 | 5F | 0 | 4F | 32 | 1A | 152 | 41 | 2D |
| Octal | 275 | 50 | 137 | 0 | 117 | 62 | 32 | 522 | 101 | 55 |
| Binary | 10111101 | 101000 | 1011111 | 0 | 1001111 | 110010 | 11010 | 101010010 | 1000001 | 101101 |
Color Harmonies of #BD285F
Complementary color
Monochromatic Colors of #BD285F
Black with #BD285F
Text Example
Text Example
White with #BD285F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD285F; }
p { color: rgb(189,40,95); }
H1.HeaderClassName
{
color: #BD285F;
}
.AnyTagClassName
{
color: #BD285F;
}
</style>
background-color css
<style>
a { background-color: #BD285F; }
a { background-color: rgb(189,40,95); }
div.DivClassName
{
background-color: #BD285F;
}
.BgClassName
{
background-color: #BD285F;
}
</style>
border-color css
<style>
span { border-color: #BD285F; }
span { border-color: rgb(189,40,95); }
td.TdClassName
{
border-color: #BD285F;
}
.TagClassName
{
border-color: #BD285F;
}
</style>