Shades of Red Damask #BC6948
Tints of Red Damask #BC6948
RGB
CMYK
RGB Variations
Color information
#BC6948 (or 0xBC6948) is known color: Red Damask. HEX triplet: BC, 69 and 48. RGB value is (188,105,72). Sum of RGB (Red+Green+Blue) = 188+105+72=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 72 (28.52% from 255 or 19.73% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6948 is #4396B7. Grayscale: #7E7E7E. Windows color (decimal): -4429496 or 4745660. OLE color: 4745660.
HSL color Cylindrical-coordinate representation of color #BC6948: hue angle of 17.07º 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 #BC6948 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 72 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.26 |
| HSL | 17.07º | 0.46% | 0.51% | - |
| HSV(B) | 17.07º | 0.62% | 0.74% | - |
| XYZ | 26.96 | 21.26 | 8.81 | - |
| YUV | 126.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 72 | 0 | 0.44 | 0.62 | 0.26 | 17.07 | 0.46 | 0.51 |
| Hex | BC | 69 | 48 | 0 | 2C | 3E | 1A | 11 | 2E | 33 |
| Octal | 274 | 151 | 110 | 0 | 54 | 76 | 32 | 21 | 56 | 63 |
| Binary | 10111100 | 1101001 | 1001000 | 0 | 101100 | 111110 | 11010 | 10001 | 101110 | 110011 |
Color Harmonies of #BC6948
Complementary color
Monochromatic Colors of #BC6948
Black with #BC6948
Text Example
Text Example
White with #BC6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6948; }
p { color: rgb(188,105,72); }
H1.HeaderClassName
{
color: #BC6948;
}
.AnyTagClassName
{
color: #BC6948;
}
</style>
background-color css
<style>
a { background-color: #BC6948; }
a { background-color: rgb(188,105,72); }
div.DivClassName
{
background-color: #BC6948;
}
.BgClassName
{
background-color: #BC6948;
}
</style>
border-color css
<style>
span { border-color: #BC6948; }
span { border-color: rgb(188,105,72); }
td.TdClassName
{
border-color: #BC6948;
}
.TagClassName
{
border-color: #BC6948;
}
</style>