Shades of Old Rose #BD1B5D
Tints of Old Rose #BD1B5D
RGB
CMYK
RGB Variations
Color information
#BD1B5D (or 0xBD1B5D) is known color: Old Rose. HEX triplet: BD, 1B and 5D. RGB value is (189,27,93). Sum of RGB (Red+Green+Blue) = 189+27+93=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B5D is #42E4A2. Grayscale: #525252. Windows color (decimal): -4383907 or 6101949. OLE color: 6101949.
HSL color Cylindrical-coordinate representation of color #BD1B5D: hue angle of 335.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B5D is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 27 | 93 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.26 |
| HSL | 335.56º | 0.75% | 0.42% | - |
| HSV(B) | 335.56º | 0.86% | 0.74% | - |
| XYZ | 23.35 | 12.39 | 11.52 | - |
| YUV | 82.96 | 133.67 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 27 | 93 | 0 | 0.86 | 0.51 | 0.26 | 335.56 | 0.75 | 0.42 |
| Hex | BD | 1B | 5D | 0 | 56 | 33 | 1A | 150 | 4B | 2A |
| Octal | 275 | 33 | 135 | 0 | 126 | 63 | 32 | 520 | 113 | 52 |
| Binary | 10111101 | 11011 | 1011101 | 0 | 1010110 | 110011 | 11010 | 101010000 | 1001011 | 101010 |
Color Harmonies of #BD1B5D
Complementary color
Monochromatic Colors of #BD1B5D
Black with #BD1B5D
Text Example
Text Example
White with #BD1B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1B5D; }
p { color: rgb(189,27,93); }
H1.HeaderClassName
{
color: #BD1B5D;
}
.AnyTagClassName
{
color: #BD1B5D;
}
</style>
background-color css
<style>
a { background-color: #BD1B5D; }
a { background-color: rgb(189,27,93); }
div.DivClassName
{
background-color: #BD1B5D;
}
.BgClassName
{
background-color: #BD1B5D;
}
</style>
border-color css
<style>
span { border-color: #BD1B5D; }
span { border-color: rgb(189,27,93); }
td.TdClassName
{
border-color: #BD1B5D;
}
.TagClassName
{
border-color: #BD1B5D;
}
</style>