Shades of Red Damask #BC7048
Tints of Red Damask #BC7048
RGB
CMYK
RGB Variations
Color information
#BC7048 (or 0xBC7048) is known color: Red Damask. HEX triplet: BC, 70 and 48. RGB value is (188,112,72). Sum of RGB (Red+Green+Blue) = 188+112+72=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7048 is #438FB7. Grayscale: #828282. Windows color (decimal): -4427704 or 4747452. OLE color: 4747452.
HSL color Cylindrical-coordinate representation of color #BC7048: hue angle of 20.69º degrees, saturation: 0.46, 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 #BC7048 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 112 | 72 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.26 |
| HSL | 20.69º | 0.46% | 0.51% | - |
| HSV(B) | 20.69º | 0.62% | 0.74% | - |
| XYZ | 27.7 | 22.75 | 9.06 | - |
| YUV | 130.16 | 95.18 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 112 | 72 | 0 | 0.40 | 0.62 | 0.26 | 20.69 | 0.46 | 0.51 |
| Hex | BC | 70 | 48 | 0 | 28 | 3E | 1A | 15 | 2E | 33 |
| Octal | 274 | 160 | 110 | 0 | 50 | 76 | 32 | 25 | 56 | 63 |
| Binary | 10111100 | 1110000 | 1001000 | 0 | 101000 | 111110 | 11010 | 10101 | 101110 | 110011 |
Color Harmonies of #BC7048
Complementary color
Monochromatic Colors of #BC7048
Black with #BC7048
Text Example
Text Example
White with #BC7048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7048; }
p { color: rgb(188,112,72); }
H1.HeaderClassName
{
color: #BC7048;
}
.AnyTagClassName
{
color: #BC7048;
}
</style>
background-color css
<style>
a { background-color: #BC7048; }
a { background-color: rgb(188,112,72); }
div.DivClassName
{
background-color: #BC7048;
}
.BgClassName
{
background-color: #BC7048;
}
</style>
border-color css
<style>
span { border-color: #BC7048; }
span { border-color: rgb(188,112,72); }
td.TdClassName
{
border-color: #BC7048;
}
.TagClassName
{
border-color: #BC7048;
}
</style>