Shades of Red Damask #BC724C
Tints of Red Damask #BC724C
RGB
CMYK
RGB Variations
Color information
#BC724C (or 0xBC724C) is known color: Red Damask. HEX triplet: BC, 72 and 4C. RGB value is (188,114,76). Sum of RGB (Red+Green+Blue) = 188+114+76=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC724C is #438DB3. Grayscale: #848484. Windows color (decimal): -4427188 or 5010108. OLE color: 5010108.
HSL color Cylindrical-coordinate representation of color #BC724C: hue angle of 20.36º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC724C is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 76 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.26 |
| HSL | 20.36º | 0.46% | 0.52% | - |
| HSV(B) | 20.36º | 0.6% | 0.74% | - |
| XYZ | 28.06 | 23.25 | 9.85 | - |
| YUV | 131.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 76 | 0 | 0.39 | 0.60 | 0.26 | 20.36 | 0.46 | 0.52 |
| Hex | BC | 72 | 4C | 0 | 27 | 3C | 1A | 14 | 2E | 34 |
| Octal | 274 | 162 | 114 | 0 | 47 | 74 | 32 | 24 | 56 | 64 |
| Binary | 10111100 | 1110010 | 1001100 | 0 | 100111 | 111100 | 11010 | 10100 | 101110 | 110100 |
Color Harmonies of #BC724C
Complementary color
Monochromatic Colors of #BC724C
Black with #BC724C
Text Example
Text Example
White with #BC724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC724C; }
p { color: rgb(188,114,76); }
H1.HeaderClassName
{
color: #BC724C;
}
.AnyTagClassName
{
color: #BC724C;
}
</style>
background-color css
<style>
a { background-color: #BC724C; }
a { background-color: rgb(188,114,76); }
div.DivClassName
{
background-color: #BC724C;
}
.BgClassName
{
background-color: #BC724C;
}
</style>
border-color css
<style>
span { border-color: #BC724C; }
span { border-color: rgb(188,114,76); }
td.TdClassName
{
border-color: #BC724C;
}
.TagClassName
{
border-color: #BC724C;
}
</style>