Shades of Old Rose #BD305D
Tints of Old Rose #BD305D
RGB
CMYK
RGB Variations
Color information
#BD305D (or 0xBD305D) is known color: Old Rose. HEX triplet: BD, 30 and 5D. RGB value is (189,48,93). Sum of RGB (Red+Green+Blue) = 189+48+93=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD305D is #42CFA2. Grayscale: #5F5F5F. Windows color (decimal): -4378531 or 6107325. OLE color: 6107325.
HSL color Cylindrical-coordinate representation of color #BD305D: hue angle of 340.85º degrees, saturation: 0.59, 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 #BD305D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 93 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.26 |
| HSL | 340.85º | 0.59% | 0.46% | - |
| HSV(B) | 340.85º | 0.75% | 0.74% | - |
| XYZ | 24.02 | 13.72 | 11.74 | - |
| YUV | 95.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 93 | 0 | 0.75 | 0.51 | 0.26 | 340.85 | 0.59 | 0.46 |
| Hex | BD | 30 | 5D | 0 | 4B | 33 | 1A | 155 | 3B | 2E |
| Octal | 275 | 60 | 135 | 0 | 113 | 63 | 32 | 525 | 73 | 56 |
| Binary | 10111101 | 110000 | 1011101 | 0 | 1001011 | 110011 | 11010 | 101010101 | 111011 | 101110 |
Color Harmonies of #BD305D
Complementary color
Monochromatic Colors of #BD305D
Black with #BD305D
Text Example
Text Example
White with #BD305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD305D; }
p { color: rgb(189,48,93); }
H1.HeaderClassName
{
color: #BD305D;
}
.AnyTagClassName
{
color: #BD305D;
}
</style>
background-color css
<style>
a { background-color: #BD305D; }
a { background-color: rgb(189,48,93); }
div.DivClassName
{
background-color: #BD305D;
}
.BgClassName
{
background-color: #BD305D;
}
</style>
border-color css
<style>
span { border-color: #BD305D; }
span { border-color: rgb(189,48,93); }
td.TdClassName
{
border-color: #BD305D;
}
.TagClassName
{
border-color: #BD305D;
}
</style>