Shades of Red Damask #BC704C
Tints of Red Damask #BC704C
RGB
CMYK
RGB Variations
Color information
#BC704C (or 0xBC704C) is known color: Red Damask. HEX triplet: BC, 70 and 4C. RGB value is (188,112,76). Sum of RGB (Red+Green+Blue) = 188+112+76=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC704C is #438FB3. Grayscale: #828282. Windows color (decimal): -4427700 or 5009596. OLE color: 5009596.
HSL color Cylindrical-coordinate representation of color #BC704C: hue angle of 19.29º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC704C is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 76 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.26 |
| HSL | 19.29º | 0.46% | 0.52% | - |
| HSV(B) | 19.29º | 0.6% | 0.74% | - |
| XYZ | 27.84 | 22.8 | 9.77 | - |
| YUV | 130.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 76 | 0 | 0.40 | 0.60 | 0.26 | 19.29 | 0.46 | 0.52 |
| Hex | BC | 70 | 4C | 0 | 28 | 3C | 1A | 13 | 2E | 34 |
| Octal | 274 | 160 | 114 | 0 | 50 | 74 | 32 | 23 | 56 | 64 |
| Binary | 10111100 | 1110000 | 1001100 | 0 | 101000 | 111100 | 11010 | 10011 | 101110 | 110100 |
Color Harmonies of #BC704C
Complementary color
Monochromatic Colors of #BC704C
Black with #BC704C
Text Example
Text Example
White with #BC704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC704C; }
p { color: rgb(188,112,76); }
H1.HeaderClassName
{
color: #BC704C;
}
.AnyTagClassName
{
color: #BC704C;
}
</style>
background-color css
<style>
a { background-color: #BC704C; }
a { background-color: rgb(188,112,76); }
div.DivClassName
{
background-color: #BC704C;
}
.BgClassName
{
background-color: #BC704C;
}
</style>
border-color css
<style>
span { border-color: #BC704C; }
span { border-color: rgb(188,112,76); }
td.TdClassName
{
border-color: #BC704C;
}
.TagClassName
{
border-color: #BC704C;
}
</style>