Shades of Red Damask #BD7755
Tints of Red Damask #BD7755
RGB
CMYK
RGB Variations
Color information
#BD7755 (or 0xBD7755) is known color: Red Damask. HEX triplet: BD, 77 and 55. RGB value is (189,119,85). Sum of RGB (Red+Green+Blue) = 189+119+85=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7755 is #4288AA. Grayscale: #888888. Windows color (decimal): -4360363 or 5601213. OLE color: 5601213.
HSL color Cylindrical-coordinate representation of color #BD7755: hue angle of 19.62º 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 #BD7755 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 119 | 85 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.26 |
| HSL | 19.62º | 0.44% | 0.54% | - |
| HSV(B) | 19.62º | 0.55% | 0.74% | - |
| XYZ | 29.22 | 24.67 | 11.82 | - |
| YUV | 136.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 119 | 85 | 0 | 0.37 | 0.55 | 0.26 | 19.62 | 0.44 | 0.54 |
| Hex | BD | 77 | 55 | 0 | 25 | 37 | 1A | 14 | 2C | 36 |
| Octal | 275 | 167 | 125 | 0 | 45 | 67 | 32 | 24 | 54 | 66 |
| Binary | 10111101 | 1110111 | 1010101 | 0 | 100101 | 110111 | 11010 | 10100 | 101100 | 110110 |
Color Harmonies of #BD7755
Complementary color
Monochromatic Colors of #BD7755
Black with #BD7755
Text Example
Text Example
White with #BD7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7755; }
p { color: rgb(189,119,85); }
H1.HeaderClassName
{
color: #BD7755;
}
.AnyTagClassName
{
color: #BD7755;
}
</style>
background-color css
<style>
a { background-color: #BD7755; }
a { background-color: rgb(189,119,85); }
div.DivClassName
{
background-color: #BD7755;
}
.BgClassName
{
background-color: #BD7755;
}
</style>
border-color css
<style>
span { border-color: #BD7755; }
span { border-color: rgb(189,119,85); }
td.TdClassName
{
border-color: #BD7755;
}
.TagClassName
{
border-color: #BD7755;
}
</style>