Shades of Red Damask #BC7A54
Tints of Red Damask #BC7A54
RGB
CMYK
RGB Variations
Color information
#BC7A54 (or 0xBC7A54) is known color: Red Damask. HEX triplet: BC, 7A and 54. RGB value is (188,122,84). Sum of RGB (Red+Green+Blue) = 188+122+84=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A54 is #4385AB. Grayscale: #898989. Windows color (decimal): -4425132 or 5536444. OLE color: 5536444.
HSL color Cylindrical-coordinate representation of color #BC7A54: hue angle of 21.92º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC7A54 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 84 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.26 |
| HSL | 21.92º | 0.44% | 0.53% | - |
| HSV(B) | 21.92º | 0.55% | 0.74% | - |
| XYZ | 29.3 | 25.25 | 11.72 | - |
| YUV | 137.4 | 97.87 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 84 | 0 | 0.35 | 0.55 | 0.26 | 21.92 | 0.44 | 0.53 |
| Hex | BC | 7A | 54 | 0 | 23 | 37 | 1A | 16 | 2C | 35 |
| Octal | 274 | 172 | 124 | 0 | 43 | 67 | 32 | 26 | 54 | 65 |
| Binary | 10111100 | 1111010 | 1010100 | 0 | 100011 | 110111 | 11010 | 10110 | 101100 | 110101 |
Color Harmonies of #BC7A54
Complementary color
Monochromatic Colors of #BC7A54
Black with #BC7A54
Text Example
Text Example
White with #BC7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A54; }
p { color: rgb(188,122,84); }
H1.HeaderClassName
{
color: #BC7A54;
}
.AnyTagClassName
{
color: #BC7A54;
}
</style>
background-color css
<style>
a { background-color: #BC7A54; }
a { background-color: rgb(188,122,84); }
div.DivClassName
{
background-color: #BC7A54;
}
.BgClassName
{
background-color: #BC7A54;
}
</style>
border-color css
<style>
span { border-color: #BC7A54; }
span { border-color: rgb(188,122,84); }
td.TdClassName
{
border-color: #BC7A54;
}
.TagClassName
{
border-color: #BC7A54;
}
</style>