Shades of Red Damask #BC7149
Tints of Red Damask #BC7149
RGB
CMYK
RGB Variations
Color information
#BC7149 (or 0xBC7149) is known color: Red Damask. HEX triplet: BC, 71 and 49. RGB value is (188,113,73). Sum of RGB (Red+Green+Blue) = 188+113+73=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7149 is #438EB6. Grayscale: #838383. Windows color (decimal): -4427447 or 4813244. OLE color: 4813244.
HSL color Cylindrical-coordinate representation of color #BC7149: hue angle of 20.87º 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 #BC7149 is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 73 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.26 |
| HSL | 20.87º | 0.46% | 0.51% | - |
| HSV(B) | 20.87º | 0.61% | 0.74% | - |
| XYZ | 27.85 | 22.98 | 9.27 | - |
| YUV | 130.87 | 95.35 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 73 | 0 | 0.40 | 0.61 | 0.26 | 20.87 | 0.46 | 0.51 |
| Hex | BC | 71 | 49 | 0 | 28 | 3D | 1A | 15 | 2E | 33 |
| Octal | 274 | 161 | 111 | 0 | 50 | 75 | 32 | 25 | 56 | 63 |
| Binary | 10111100 | 1110001 | 1001001 | 0 | 101000 | 111101 | 11010 | 10101 | 101110 | 110011 |
Color Harmonies of #BC7149
Complementary color
Monochromatic Colors of #BC7149
Black with #BC7149
Text Example
Text Example
White with #BC7149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7149; }
p { color: rgb(188,113,73); }
H1.HeaderClassName
{
color: #BC7149;
}
.AnyTagClassName
{
color: #BC7149;
}
</style>
background-color css
<style>
a { background-color: #BC7149; }
a { background-color: rgb(188,113,73); }
div.DivClassName
{
background-color: #BC7149;
}
.BgClassName
{
background-color: #BC7149;
}
</style>
border-color css
<style>
span { border-color: #BC7149; }
span { border-color: rgb(188,113,73); }
td.TdClassName
{
border-color: #BC7149;
}
.TagClassName
{
border-color: #BC7149;
}
</style>