Shades of Red Damask #BC6D47
Tints of Red Damask #BC6D47
RGB
CMYK
RGB Variations
Color information
#BC6D47 (or 0xBC6D47) is known color: Red Damask. HEX triplet: BC, 6D and 47. RGB value is (188,109,71). Sum of RGB (Red+Green+Blue) = 188+109+71=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 71 (28.12% from 255 or 19.29% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D47 is #4392B8. Grayscale: #808080. Windows color (decimal): -4428473 or 4681148. OLE color: 4681148.
HSL color Cylindrical-coordinate representation of color #BC6D47: hue angle of 19.49º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC6D47 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 109 | 71 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.26 |
| HSL | 19.49º | 0.47% | 0.51% | - |
| HSV(B) | 19.49º | 0.62% | 0.74% | - |
| XYZ | 27.35 | 22.08 | 8.78 | - |
| YUV | 128.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 109 | 71 | 0 | 0.42 | 0.62 | 0.26 | 19.49 | 0.47 | 0.51 |
| Hex | BC | 6D | 47 | 0 | 2A | 3E | 1A | 13 | 2F | 33 |
| Octal | 274 | 155 | 107 | 0 | 52 | 76 | 32 | 23 | 57 | 63 |
| Binary | 10111100 | 1101101 | 1000111 | 0 | 101010 | 111110 | 11010 | 10011 | 101111 | 110011 |
Color Harmonies of #BC6D47
Complementary color
Monochromatic Colors of #BC6D47
Black with #BC6D47
Text Example
Text Example
White with #BC6D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6D47; }
p { color: rgb(188,109,71); }
H1.HeaderClassName
{
color: #BC6D47;
}
.AnyTagClassName
{
color: #BC6D47;
}
</style>
background-color css
<style>
a { background-color: #BC6D47; }
a { background-color: rgb(188,109,71); }
div.DivClassName
{
background-color: #BC6D47;
}
.BgClassName
{
background-color: #BC6D47;
}
</style>
border-color css
<style>
span { border-color: #BC6D47; }
span { border-color: rgb(188,109,71); }
td.TdClassName
{
border-color: #BC6D47;
}
.TagClassName
{
border-color: #BC6D47;
}
</style>