Shades of Red Damask #BD7555
Tints of Red Damask #BD7555
RGB
CMYK
RGB Variations
Color information
#BD7555 (or 0xBD7555) is known color: Red Damask. HEX triplet: BD, 75 and 55. RGB value is (189,117,85). Sum of RGB (Red+Green+Blue) = 189+117+85=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7555 is #428AAA. Grayscale: #878787. Windows color (decimal): -4360875 or 5600701. OLE color: 5600701.
HSL color Cylindrical-coordinate representation of color #BD7555: hue angle of 18.46º 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 #BD7555 is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 117 | 85 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.26 |
| HSL | 18.46º | 0.44% | 0.54% | - |
| HSV(B) | 18.46º | 0.55% | 0.74% | - |
| XYZ | 28.99 | 24.2 | 11.74 | - |
| YUV | 134.88 | 99.85 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 117 | 85 | 0 | 0.38 | 0.55 | 0.26 | 18.46 | 0.44 | 0.54 |
| Hex | BD | 75 | 55 | 0 | 26 | 37 | 1A | 12 | 2C | 36 |
| Octal | 275 | 165 | 125 | 0 | 46 | 67 | 32 | 22 | 54 | 66 |
| Binary | 10111101 | 1110101 | 1010101 | 0 | 100110 | 110111 | 11010 | 10010 | 101100 | 110110 |
Color Harmonies of #BD7555
Complementary color
Monochromatic Colors of #BD7555
Black with #BD7555
Text Example
Text Example
White with #BD7555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7555; }
p { color: rgb(189,117,85); }
H1.HeaderClassName
{
color: #BD7555;
}
.AnyTagClassName
{
color: #BD7555;
}
</style>
background-color css
<style>
a { background-color: #BD7555; }
a { background-color: rgb(189,117,85); }
div.DivClassName
{
background-color: #BD7555;
}
.BgClassName
{
background-color: #BD7555;
}
</style>
border-color css
<style>
span { border-color: #BD7555; }
span { border-color: rgb(189,117,85); }
td.TdClassName
{
border-color: #BD7555;
}
.TagClassName
{
border-color: #BD7555;
}
</style>