Shades of Old Rose #BD3955
Tints of Old Rose #BD3955
RGB
CMYK
RGB Variations
Color information
#BD3955 (or 0xBD3955) is known color: Old Rose. HEX triplet: BD, 39 and 55. RGB value is (189,57,85). Sum of RGB (Red+Green+Blue) = 189+57+85=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3955 is #42C6AA. Grayscale: #636363. Windows color (decimal): -4376235 or 5585341. OLE color: 5585341.
HSL color Cylindrical-coordinate representation of color #BD3955: hue angle of 347.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3955 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 85 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.26 |
| HSL | 347.27º | 0.54% | 0.48% | - |
| HSV(B) | 347.27º | 0.7% | 0.74% | - |
| XYZ | 24.09 | 14.4 | 10.1 | - |
| YUV | 99.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 85 | 0 | 0.70 | 0.55 | 0.26 | 347.27 | 0.54 | 0.48 |
| Hex | BD | 39 | 55 | 0 | 46 | 37 | 1A | 15B | 36 | 30 |
| Octal | 275 | 71 | 125 | 0 | 106 | 67 | 32 | 533 | 66 | 60 |
| Binary | 10111101 | 111001 | 1010101 | 0 | 1000110 | 110111 | 11010 | 101011011 | 110110 | 110000 |
Color Harmonies of #BD3955
Complementary color
Monochromatic Colors of #BD3955
Black with #BD3955
Text Example
Text Example
White with #BD3955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3955; }
p { color: rgb(189,57,85); }
H1.HeaderClassName
{
color: #BD3955;
}
.AnyTagClassName
{
color: #BD3955;
}
</style>
background-color css
<style>
a { background-color: #BD3955; }
a { background-color: rgb(189,57,85); }
div.DivClassName
{
background-color: #BD3955;
}
.BgClassName
{
background-color: #BD3955;
}
</style>
border-color css
<style>
span { border-color: #BD3955; }
span { border-color: rgb(189,57,85); }
td.TdClassName
{
border-color: #BD3955;
}
.TagClassName
{
border-color: #BD3955;
}
</style>