Shades of Old Rose #BD3255
Tints of Old Rose #BD3255
RGB
CMYK
RGB Variations
Color information
#BD3255 (or 0xBD3255) is known color: Old Rose. HEX triplet: BD, 32 and 55. RGB value is (189,50,85). Sum of RGB (Red+Green+Blue) = 189+50+85=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3255 is #42CDAA. Grayscale: #5F5F5F. Windows color (decimal): -4378027 or 5583549. OLE color: 5583549.
HSL color Cylindrical-coordinate representation of color #BD3255: hue angle of 344.89º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3255 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 85 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.26 |
| HSL | 344.89º | 0.58% | 0.47% | - |
| HSV(B) | 344.89º | 0.74% | 0.74% | - |
| XYZ | 23.77 | 13.76 | 10 | - |
| YUV | 95.55 | 122.05 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 85 | 0 | 0.74 | 0.55 | 0.26 | 344.89 | 0.58 | 0.47 |
| Hex | BD | 32 | 55 | 0 | 4A | 37 | 1A | 159 | 3A | 2F |
| Octal | 275 | 62 | 125 | 0 | 112 | 67 | 32 | 531 | 72 | 57 |
| Binary | 10111101 | 110010 | 1010101 | 0 | 1001010 | 110111 | 11010 | 101011001 | 111010 | 101111 |
Color Harmonies of #BD3255
Complementary color
Monochromatic Colors of #BD3255
Black with #BD3255
Text Example
Text Example
White with #BD3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3255; }
p { color: rgb(189,50,85); }
H1.HeaderClassName
{
color: #BD3255;
}
.AnyTagClassName
{
color: #BD3255;
}
</style>
background-color css
<style>
a { background-color: #BD3255; }
a { background-color: rgb(189,50,85); }
div.DivClassName
{
background-color: #BD3255;
}
.BgClassName
{
background-color: #BD3255;
}
</style>
border-color css
<style>
span { border-color: #BD3255; }
span { border-color: rgb(189,50,85); }
td.TdClassName
{
border-color: #BD3255;
}
.TagClassName
{
border-color: #BD3255;
}
</style>