Shades of Old Rose #BD305C
Tints of Old Rose #BD305C
RGB
CMYK
RGB Variations
Color information
#BD305C (or 0xBD305C) is known color: Old Rose. HEX triplet: BD, 30 and 5C. RGB value is (189,48,92). Sum of RGB (Red+Green+Blue) = 189+48+92=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD305C is #42CFA3. Grayscale: #5F5F5F. Windows color (decimal): -4378532 or 6041789. OLE color: 6041789.
HSL color Cylindrical-coordinate representation of color #BD305C: hue angle of 341.28º 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 #BD305C is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 92 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.26 |
| HSL | 341.28º | 0.59% | 0.46% | - |
| HSV(B) | 341.28º | 0.75% | 0.74% | - |
| XYZ | 23.97 | 13.71 | 11.51 | - |
| YUV | 95.18 | 126.21 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 92 | 0 | 0.75 | 0.51 | 0.26 | 341.28 | 0.59 | 0.46 |
| Hex | BD | 30 | 5C | 0 | 4B | 33 | 1A | 155 | 3B | 2E |
| Octal | 275 | 60 | 134 | 0 | 113 | 63 | 32 | 525 | 73 | 56 |
| Binary | 10111101 | 110000 | 1011100 | 0 | 1001011 | 110011 | 11010 | 101010101 | 111011 | 101110 |
Color Harmonies of #BD305C
Complementary color
Monochromatic Colors of #BD305C
Black with #BD305C
Text Example
Text Example
White with #BD305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD305C; }
p { color: rgb(189,48,92); }
H1.HeaderClassName
{
color: #BD305C;
}
.AnyTagClassName
{
color: #BD305C;
}
</style>
background-color css
<style>
a { background-color: #BD305C; }
a { background-color: rgb(189,48,92); }
div.DivClassName
{
background-color: #BD305C;
}
.BgClassName
{
background-color: #BD305C;
}
</style>
border-color css
<style>
span { border-color: #BD305C; }
span { border-color: rgb(189,48,92); }
td.TdClassName
{
border-color: #BD305C;
}
.TagClassName
{
border-color: #BD305C;
}
</style>