Shades of Red Damask #BC7A55
Tints of Red Damask #BC7A55
RGB
CMYK
RGB Variations
Color information
#BC7A55 (or 0xBC7A55) is known color: Red Damask. HEX triplet: BC, 7A and 55. RGB value is (188,122,85). Sum of RGB (Red+Green+Blue) = 188+122+85=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A55 is #4385AA. Grayscale: #898989. Windows color (decimal): -4425131 or 5601980. OLE color: 5601980.
HSL color Cylindrical-coordinate representation of color #BC7A55: hue angle of 21.55º degrees, saturation: 0.43, 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 #BC7A55 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 85 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.26 |
| HSL | 21.55º | 0.43% | 0.54% | - |
| HSV(B) | 21.55º | 0.55% | 0.74% | - |
| XYZ | 29.34 | 25.27 | 11.92 | - |
| YUV | 137.52 | 98.37 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 85 | 0 | 0.35 | 0.55 | 0.26 | 21.55 | 0.43 | 0.54 |
| Hex | BC | 7A | 55 | 0 | 23 | 37 | 1A | 16 | 2B | 36 |
| Octal | 274 | 172 | 125 | 0 | 43 | 67 | 32 | 26 | 53 | 66 |
| Binary | 10111100 | 1111010 | 1010101 | 0 | 100011 | 110111 | 11010 | 10110 | 101011 | 110110 |
Color Harmonies of #BC7A55
Complementary color
Monochromatic Colors of #BC7A55
Black with #BC7A55
Text Example
Text Example
White with #BC7A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A55; }
p { color: rgb(188,122,85); }
H1.HeaderClassName
{
color: #BC7A55;
}
.AnyTagClassName
{
color: #BC7A55;
}
</style>
background-color css
<style>
a { background-color: #BC7A55; }
a { background-color: rgb(188,122,85); }
div.DivClassName
{
background-color: #BC7A55;
}
.BgClassName
{
background-color: #BC7A55;
}
</style>
border-color css
<style>
span { border-color: #BC7A55; }
span { border-color: rgb(188,122,85); }
td.TdClassName
{
border-color: #BC7A55;
}
.TagClassName
{
border-color: #BC7A55;
}
</style>