Shades of Red Damask #BD7055
Tints of Red Damask #BD7055
RGB
CMYK
RGB Variations
Color information
#BD7055 (or 0xBD7055) is known color: Red Damask. HEX triplet: BD, 70 and 55. RGB value is (189,112,85). Sum of RGB (Red+Green+Blue) = 189+112+85=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 85 (33.59% from 255 or 22.02% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7055 is #428FAA. Grayscale: #848484. Windows color (decimal): -4362155 or 5599421. OLE color: 5599421.
HSL color Cylindrical-coordinate representation of color #BD7055: hue angle of 15.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD7055 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 85 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.26 |
| HSL | 15.58º | 0.44% | 0.54% | - |
| HSV(B) | 15.58º | 0.55% | 0.74% | - |
| XYZ | 28.42 | 23.06 | 11.55 | - |
| YUV | 131.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 85 | 0 | 0.41 | 0.55 | 0.26 | 15.58 | 0.44 | 0.54 |
| Hex | BD | 70 | 55 | 0 | 29 | 37 | 1A | 10 | 2C | 36 |
| Octal | 275 | 160 | 125 | 0 | 51 | 67 | 32 | 20 | 54 | 66 |
| Binary | 10111101 | 1110000 | 1010101 | 0 | 101001 | 110111 | 11010 | 10000 | 101100 | 110110 |
Color Harmonies of #BD7055
Complementary color
Monochromatic Colors of #BD7055
Black with #BD7055
Text Example
Text Example
White with #BD7055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7055; }
p { color: rgb(189,112,85); }
H1.HeaderClassName
{
color: #BD7055;
}
.AnyTagClassName
{
color: #BD7055;
}
</style>
background-color css
<style>
a { background-color: #BD7055; }
a { background-color: rgb(189,112,85); }
div.DivClassName
{
background-color: #BD7055;
}
.BgClassName
{
background-color: #BD7055;
}
</style>
border-color css
<style>
span { border-color: #BD7055; }
span { border-color: rgb(189,112,85); }
td.TdClassName
{
border-color: #BD7055;
}
.TagClassName
{
border-color: #BD7055;
}
</style>