Shades of Old Rose #BD304E
Tints of Old Rose #BD304E
RGB
CMYK
RGB Variations
Color information
#BD304E (or 0xBD304E) is known color: Old Rose. HEX triplet: BD, 30 and 4E. RGB value is (189,48,78). Sum of RGB (Red+Green+Blue) = 189+48+78=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD304E is #42CFB1. Grayscale: #5D5D5D. Windows color (decimal): -4378546 or 5124285. OLE color: 5124285.
HSL color Cylindrical-coordinate representation of color #BD304E: hue angle of 347.23º 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 #BD304E is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 78 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.26 |
| HSL | 347.23º | 0.59% | 0.46% | - |
| HSV(B) | 347.23º | 0.75% | 0.74% | - |
| XYZ | 23.42 | 13.48 | 8.58 | - |
| YUV | 93.58 | 119.21 | 196.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 78 | 0 | 0.75 | 0.59 | 0.26 | 347.23 | 0.59 | 0.46 |
| Hex | BD | 30 | 4E | 0 | 4B | 3B | 1A | 15B | 3B | 2E |
| Octal | 275 | 60 | 116 | 0 | 113 | 73 | 32 | 533 | 73 | 56 |
| Binary | 10111101 | 110000 | 1001110 | 0 | 1001011 | 111011 | 11010 | 101011011 | 111011 | 101110 |
Color Harmonies of #BD304E
Complementary color
Monochromatic Colors of #BD304E
Black with #BD304E
Text Example
Text Example
White with #BD304E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD304E; }
p { color: rgb(189,48,78); }
H1.HeaderClassName
{
color: #BD304E;
}
.AnyTagClassName
{
color: #BD304E;
}
</style>
background-color css
<style>
a { background-color: #BD304E; }
a { background-color: rgb(189,48,78); }
div.DivClassName
{
background-color: #BD304E;
}
.BgClassName
{
background-color: #BD304E;
}
</style>
border-color css
<style>
span { border-color: #BD304E; }
span { border-color: rgb(189,48,78); }
td.TdClassName
{
border-color: #BD304E;
}
.TagClassName
{
border-color: #BD304E;
}
</style>