Shades of Old Rose #BD2155
Tints of Old Rose #BD2155
RGB
CMYK
RGB Variations
Color information
#BD2155 (or 0xBD2155) is known color: Old Rose. HEX triplet: BD, 21 and 55. RGB value is (189,33,85). Sum of RGB (Red+Green+Blue) = 189+33+85=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2155 is #42DEAA. Grayscale: #555555. Windows color (decimal): -4382379 or 5579197. OLE color: 5579197.
HSL color Cylindrical-coordinate representation of color #BD2155: hue angle of 340º 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 #BD2155 is Cyan = 0, Magento = 0.83, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 33 | 85 | - |
| CMYK | 0 | 0.83 | 0.55 | 0.26 |
| HSL | 340º | 0.7% | 0.44% | - |
| HSV(B) | 340º | 0.83% | 0.74% | - |
| XYZ | 23.17 | 12.56 | 9.8 | - |
| YUV | 85.57 | 127.68 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 33 | 85 | 0 | 0.83 | 0.55 | 0.26 | 340 | 0.7 | 0.44 |
| Hex | BD | 21 | 55 | 0 | 53 | 37 | 1A | 154 | 46 | 2C |
| Octal | 275 | 41 | 125 | 0 | 123 | 67 | 32 | 524 | 106 | 54 |
| Binary | 10111101 | 100001 | 1010101 | 0 | 1010011 | 110111 | 11010 | 101010100 | 1000110 | 101100 |
Color Harmonies of #BD2155
Complementary color
Monochromatic Colors of #BD2155
Black with #BD2155
Text Example
Text Example
White with #BD2155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2155; }
p { color: rgb(189,33,85); }
H1.HeaderClassName
{
color: #BD2155;
}
.AnyTagClassName
{
color: #BD2155;
}
</style>
background-color css
<style>
a { background-color: #BD2155; }
a { background-color: rgb(189,33,85); }
div.DivClassName
{
background-color: #BD2155;
}
.BgClassName
{
background-color: #BD2155;
}
</style>
border-color css
<style>
span { border-color: #BD2155; }
span { border-color: rgb(189,33,85); }
td.TdClassName
{
border-color: #BD2155;
}
.TagClassName
{
border-color: #BD2155;
}
</style>