Shades of Red Damask #BC6A45
Tints of Red Damask #BC6A45
RGB
CMYK
RGB Variations
Color information
#BC6A45 (or 0xBC6A45) is known color: Red Damask. HEX triplet: BC, 6A and 45. RGB value is (188,106,69). Sum of RGB (Red+Green+Blue) = 188+106+69=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A45 is #4395BA. Grayscale: #7E7E7E. Windows color (decimal): -4429243 or 4549308. OLE color: 4549308.
HSL color Cylindrical-coordinate representation of color #BC6A45: hue angle of 18.66º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC6A45 is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 106 | 69 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.26 |
| HSL | 18.66º | 0.47% | 0.5% | - |
| HSV(B) | 18.66º | 0.63% | 0.74% | - |
| XYZ | 26.97 | 21.43 | 8.35 | - |
| YUV | 126.3 | 95.67 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 106 | 69 | 0 | 0.44 | 0.63 | 0.26 | 18.66 | 0.47 | 0.5 |
| Hex | BC | 6A | 45 | 0 | 2C | 3F | 1A | 13 | 2F | 32 |
| Octal | 274 | 152 | 105 | 0 | 54 | 77 | 32 | 23 | 57 | 62 |
| Binary | 10111100 | 1101010 | 1000101 | 0 | 101100 | 111111 | 11010 | 10011 | 101111 | 110010 |
Color Harmonies of #BC6A45
Complementary color
Monochromatic Colors of #BC6A45
Black with #BC6A45
Text Example
Text Example
White with #BC6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6A45; }
p { color: rgb(188,106,69); }
H1.HeaderClassName
{
color: #BC6A45;
}
.AnyTagClassName
{
color: #BC6A45;
}
</style>
background-color css
<style>
a { background-color: #BC6A45; }
a { background-color: rgb(188,106,69); }
div.DivClassName
{
background-color: #BC6A45;
}
.BgClassName
{
background-color: #BC6A45;
}
</style>
border-color css
<style>
span { border-color: #BC6A45; }
span { border-color: rgb(188,106,69); }
td.TdClassName
{
border-color: #BC6A45;
}
.TagClassName
{
border-color: #BC6A45;
}
</style>