Shades of Red Damask #BC6F49
Tints of Red Damask #BC6F49
RGB
CMYK
RGB Variations
Color information
#BC6F49 (or 0xBC6F49) is known color: Red Damask. HEX triplet: BC, 6F and 49. RGB value is (188,111,73). Sum of RGB (Red+Green+Blue) = 188+111+73=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6F49 is #4390B6. Grayscale: #818181. Windows color (decimal): -4427959 or 4812732. OLE color: 4812732.
HSL color Cylindrical-coordinate representation of color #BC6F49: hue angle of 19.83º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC6F49 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 111 | 73 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.26 |
| HSL | 19.83º | 0.46% | 0.51% | - |
| HSV(B) | 19.83º | 0.61% | 0.74% | - |
| XYZ | 27.63 | 22.54 | 9.2 | - |
| YUV | 129.69 | 96.01 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 111 | 73 | 0 | 0.41 | 0.61 | 0.26 | 19.83 | 0.46 | 0.51 |
| Hex | BC | 6F | 49 | 0 | 29 | 3D | 1A | 14 | 2E | 33 |
| Octal | 274 | 157 | 111 | 0 | 51 | 75 | 32 | 24 | 56 | 63 |
| Binary | 10111100 | 1101111 | 1001001 | 0 | 101001 | 111101 | 11010 | 10100 | 101110 | 110011 |
Color Harmonies of #BC6F49
Complementary color
Monochromatic Colors of #BC6F49
Black with #BC6F49
Text Example
Text Example
White with #BC6F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6F49; }
p { color: rgb(188,111,73); }
H1.HeaderClassName
{
color: #BC6F49;
}
.AnyTagClassName
{
color: #BC6F49;
}
</style>
background-color css
<style>
a { background-color: #BC6F49; }
a { background-color: rgb(188,111,73); }
div.DivClassName
{
background-color: #BC6F49;
}
.BgClassName
{
background-color: #BC6F49;
}
</style>
border-color css
<style>
span { border-color: #BC6F49; }
span { border-color: rgb(188,111,73); }
td.TdClassName
{
border-color: #BC6F49;
}
.TagClassName
{
border-color: #BC6F49;
}
</style>