Shades of Old Rose #BD305B
Tints of Old Rose #BD305B
RGB
CMYK
RGB Variations
Color information
#BD305B (or 0xBD305B) is known color: Old Rose. HEX triplet: BD, 30 and 5B. RGB value is (189,48,91). Sum of RGB (Red+Green+Blue) = 189+48+91=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD305B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD305B is #42CFA4. Grayscale: #5F5F5F. Windows color (decimal): -4378533 or 5976253. OLE color: 5976253.
HSL color Cylindrical-coordinate representation of color #BD305B: hue angle of 341.7º 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 #BD305B is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 91 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.26 |
| HSL | 341.7º | 0.59% | 0.46% | - |
| HSV(B) | 341.7º | 0.75% | 0.74% | - |
| XYZ | 23.93 | 13.69 | 11.28 | - |
| YUV | 95.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 91 | 0 | 0.75 | 0.52 | 0.26 | 341.7 | 0.59 | 0.46 |
| Hex | BD | 30 | 5B | 0 | 4B | 34 | 1A | 156 | 3B | 2E |
| Octal | 275 | 60 | 133 | 0 | 113 | 64 | 32 | 526 | 73 | 56 |
| Binary | 10111101 | 110000 | 1011011 | 0 | 1001011 | 110100 | 11010 | 101010110 | 111011 | 101110 |
Color Harmonies of #BD305B
Complementary color
Monochromatic Colors of #BD305B
Black with #BD305B
Text Example
Text Example
White with #BD305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD305B; }
p { color: rgb(189,48,91); }
H1.HeaderClassName
{
color: #BD305B;
}
.AnyTagClassName
{
color: #BD305B;
}
</style>
background-color css
<style>
a { background-color: #BD305B; }
a { background-color: rgb(189,48,91); }
div.DivClassName
{
background-color: #BD305B;
}
.BgClassName
{
background-color: #BD305B;
}
</style>
border-color css
<style>
span { border-color: #BD305B; }
span { border-color: rgb(189,48,91); }
td.TdClassName
{
border-color: #BD305B;
}
.TagClassName
{
border-color: #BD305B;
}
</style>