Shades of Red Damask #BC724A
Tints of Red Damask #BC724A
RGB
CMYK
RGB Variations
Color information
#BC724A (or 0xBC724A) is known color: Red Damask. HEX triplet: BC, 72 and 4A. RGB value is (188,114,74). Sum of RGB (Red+Green+Blue) = 188+114+74=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC724A is #438DB5. Grayscale: #838383. Windows color (decimal): -4427190 or 4879036. OLE color: 4879036.
HSL color Cylindrical-coordinate representation of color #BC724A: hue angle of 21.05º 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 #BC724A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 74 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.26 |
| HSL | 21.05º | 0.46% | 0.51% | - |
| HSV(B) | 21.05º | 0.61% | 0.74% | - |
| XYZ | 27.99 | 23.22 | 9.49 | - |
| YUV | 131.57 | 95.52 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 74 | 0 | 0.39 | 0.61 | 0.26 | 21.05 | 0.46 | 0.51 |
| Hex | BC | 72 | 4A | 0 | 27 | 3D | 1A | 15 | 2E | 33 |
| Octal | 274 | 162 | 112 | 0 | 47 | 75 | 32 | 25 | 56 | 63 |
| Binary | 10111100 | 1110010 | 1001010 | 0 | 100111 | 111101 | 11010 | 10101 | 101110 | 110011 |
Color Harmonies of #BC724A
Complementary color
Monochromatic Colors of #BC724A
Black with #BC724A
Text Example
Text Example
White with #BC724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC724A; }
p { color: rgb(188,114,74); }
H1.HeaderClassName
{
color: #BC724A;
}
.AnyTagClassName
{
color: #BC724A;
}
</style>
background-color css
<style>
a { background-color: #BC724A; }
a { background-color: rgb(188,114,74); }
div.DivClassName
{
background-color: #BC724A;
}
.BgClassName
{
background-color: #BC724A;
}
</style>
border-color css
<style>
span { border-color: #BC724A; }
span { border-color: rgb(188,114,74); }
td.TdClassName
{
border-color: #BC724A;
}
.TagClassName
{
border-color: #BC724A;
}
</style>