Shades of Old Rose #BD3756
Tints of Old Rose #BD3756
RGB
CMYK
RGB Variations
Color information
#BD3756 (or 0xBD3756) is known color: Old Rose. HEX triplet: BD, 37 and 56. RGB value is (189,55,86). Sum of RGB (Red+Green+Blue) = 189+55+86=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 86 (33.98% from 255 or 26.06% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3756 is #42C8A9. Grayscale: #626262. Windows color (decimal): -4376746 or 5650365. OLE color: 5650365.
HSL color Cylindrical-coordinate representation of color #BD3756: hue angle of 346.12º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3756 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 86 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.26 |
| HSL | 346.12º | 0.55% | 0.48% | - |
| HSV(B) | 346.12º | 0.71% | 0.74% | - |
| XYZ | 24.03 | 14.22 | 10.28 | - |
| YUV | 98.6 | 120.89 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 86 | 0 | 0.71 | 0.54 | 0.26 | 346.12 | 0.55 | 0.48 |
| Hex | BD | 37 | 56 | 0 | 47 | 36 | 1A | 15A | 37 | 30 |
| Octal | 275 | 67 | 126 | 0 | 107 | 66 | 32 | 532 | 67 | 60 |
| Binary | 10111101 | 110111 | 1010110 | 0 | 1000111 | 110110 | 11010 | 101011010 | 110111 | 110000 |
Color Harmonies of #BD3756
Complementary color
Monochromatic Colors of #BD3756
Black with #BD3756
Text Example
Text Example
White with #BD3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3756; }
p { color: rgb(189,55,86); }
H1.HeaderClassName
{
color: #BD3756;
}
.AnyTagClassName
{
color: #BD3756;
}
</style>
background-color css
<style>
a { background-color: #BD3756; }
a { background-color: rgb(189,55,86); }
div.DivClassName
{
background-color: #BD3756;
}
.BgClassName
{
background-color: #BD3756;
}
</style>
border-color css
<style>
span { border-color: #BD3756; }
span { border-color: rgb(189,55,86); }
td.TdClassName
{
border-color: #BD3756;
}
.TagClassName
{
border-color: #BD3756;
}
</style>