Shades of Red Damask #BC734A
Tints of Red Damask #BC734A
RGB
CMYK
RGB Variations
Color information
#BC734A (or 0xBC734A) is known color: Red Damask. HEX triplet: BC, 73 and 4A. RGB value is (188,115,74). Sum of RGB (Red+Green+Blue) = 188+115+74=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC734A is #438CB5. Grayscale: #848484. Windows color (decimal): -4426934 or 4879292. OLE color: 4879292.
HSL color Cylindrical-coordinate representation of color #BC734A: hue angle of 21.58º 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 #BC734A is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 74 | - |
| CMYK | 0 | 0.39 | 0.61 | 0.26 |
| HSL | 21.58º | 0.46% | 0.51% | - |
| HSV(B) | 21.58º | 0.61% | 0.74% | - |
| XYZ | 28.11 | 23.45 | 9.52 | - |
| YUV | 132.15 | 95.18 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 74 | 0 | 0.39 | 0.61 | 0.26 | 21.58 | 0.46 | 0.51 |
| Hex | BC | 73 | 4A | 0 | 27 | 3D | 1A | 16 | 2E | 33 |
| Octal | 274 | 163 | 112 | 0 | 47 | 75 | 32 | 26 | 56 | 63 |
| Binary | 10111100 | 1110011 | 1001010 | 0 | 100111 | 111101 | 11010 | 10110 | 101110 | 110011 |
Color Harmonies of #BC734A
Complementary color
Monochromatic Colors of #BC734A
Black with #BC734A
Text Example
Text Example
White with #BC734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC734A; }
p { color: rgb(188,115,74); }
H1.HeaderClassName
{
color: #BC734A;
}
.AnyTagClassName
{
color: #BC734A;
}
</style>
background-color css
<style>
a { background-color: #BC734A; }
a { background-color: rgb(188,115,74); }
div.DivClassName
{
background-color: #BC734A;
}
.BgClassName
{
background-color: #BC734A;
}
</style>
border-color css
<style>
span { border-color: #BC734A; }
span { border-color: rgb(188,115,74); }
td.TdClassName
{
border-color: #BC734A;
}
.TagClassName
{
border-color: #BC734A;
}
</style>