Shades of Red Damask #BC734F
Tints of Red Damask #BC734F
RGB
CMYK
RGB Variations
Color information
#BC734F (or 0xBC734F) is known color: Red Damask. HEX triplet: BC, 73 and 4F. RGB value is (188,115,79). Sum of RGB (Red+Green+Blue) = 188+115+79=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 79 (31.25% from 255 or 20.68% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC734F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC734F is #438CB0. Grayscale: #848484. Windows color (decimal): -4426929 or 5206972. OLE color: 5206972.
HSL color Cylindrical-coordinate representation of color #BC734F: hue angle of 19.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC734F is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 79 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.26 |
| HSL | 19.82º | 0.45% | 0.52% | - |
| HSV(B) | 19.82º | 0.58% | 0.74% | - |
| XYZ | 28.28 | 23.52 | 10.45 | - |
| YUV | 132.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 79 | 0 | 0.39 | 0.58 | 0.26 | 19.82 | 0.45 | 0.52 |
| Hex | BC | 73 | 4F | 0 | 27 | 3A | 1A | 14 | 2D | 34 |
| Octal | 274 | 163 | 117 | 0 | 47 | 72 | 32 | 24 | 55 | 64 |
| Binary | 10111100 | 1110011 | 1001111 | 0 | 100111 | 111010 | 11010 | 10100 | 101101 | 110100 |
Color Harmonies of #BC734F
Complementary color
Monochromatic Colors of #BC734F
Black with #BC734F
Text Example
Text Example
White with #BC734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC734F; }
p { color: rgb(188,115,79); }
H1.HeaderClassName
{
color: #BC734F;
}
.AnyTagClassName
{
color: #BC734F;
}
</style>
background-color css
<style>
a { background-color: #BC734F; }
a { background-color: rgb(188,115,79); }
div.DivClassName
{
background-color: #BC734F;
}
.BgClassName
{
background-color: #BC734F;
}
</style>
border-color css
<style>
span { border-color: #BC734F; }
span { border-color: rgb(188,115,79); }
td.TdClassName
{
border-color: #BC734F;
}
.TagClassName
{
border-color: #BC734F;
}
</style>