Shades of Old Rose #BD2157
Tints of Old Rose #BD2157
RGB
CMYK
RGB Variations
Color information
#BD2157 (or 0xBD2157) is known color: Old Rose. HEX triplet: BD, 21 and 57. RGB value is (189,33,87). Sum of RGB (Red+Green+Blue) = 189+33+87=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2157 is #42DEA8. Grayscale: #555555. Windows color (decimal): -4382377 or 5710269. OLE color: 5710269.
HSL color Cylindrical-coordinate representation of color #BD2157: hue angle of 339.23º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD2157 is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 87 | - |
| CMYK | 0 | 0.83 | 0.54 | 0.26 |
| HSL | 339.23º | 0.7% | 0.44% | - |
| HSV(B) | 339.23º | 0.83% | 0.74% | - |
| XYZ | 23.25 | 12.59 | 10.22 | - |
| YUV | 85.8 | 128.68 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 87 | 0 | 0.83 | 0.54 | 0.26 | 339.23 | 0.7 | 0.44 |
| Hex | BD | 21 | 57 | 0 | 53 | 36 | 1A | 153 | 46 | 2C |
| Octal | 275 | 41 | 127 | 0 | 123 | 66 | 32 | 523 | 106 | 54 |
| Binary | 10111101 | 100001 | 1010111 | 0 | 1010011 | 110110 | 11010 | 101010011 | 1000110 | 101100 |
Color Harmonies of #BD2157
Complementary color
Monochromatic Colors of #BD2157
Black with #BD2157
Text Example
Text Example
White with #BD2157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2157; }
p { color: rgb(189,33,87); }
H1.HeaderClassName
{
color: #BD2157;
}
.AnyTagClassName
{
color: #BD2157;
}
</style>
background-color css
<style>
a { background-color: #BD2157; }
a { background-color: rgb(189,33,87); }
div.DivClassName
{
background-color: #BD2157;
}
.BgClassName
{
background-color: #BD2157;
}
</style>
border-color css
<style>
span { border-color: #BD2157; }
span { border-color: rgb(189,33,87); }
td.TdClassName
{
border-color: #BD2157;
}
.TagClassName
{
border-color: #BD2157;
}
</style>