Shades of Red Damask #BC764F
Tints of Red Damask #BC764F
RGB
CMYK
RGB Variations
Color information
#BC764F (or 0xBC764F) is known color: Red Damask. HEX triplet: BC, 76 and 4F. RGB value is (188,118,79). Sum of RGB (Red+Green+Blue) = 188+118+79=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 79 (31.25% from 255 or 20.52% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC764F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC764F is #4389B0. Grayscale: #868686. Windows color (decimal): -4426161 or 5207740. OLE color: 5207740.
HSL color Cylindrical-coordinate representation of color #BC764F: hue angle of 21.47º 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 #BC764F is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 118 | 79 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.26 |
| HSL | 21.47º | 0.45% | 0.52% | - |
| HSV(B) | 21.47º | 0.58% | 0.74% | - |
| XYZ | 28.63 | 24.21 | 10.56 | - |
| YUV | 134.48 | 96.69 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 118 | 79 | 0 | 0.37 | 0.58 | 0.26 | 21.47 | 0.45 | 0.52 |
| Hex | BC | 76 | 4F | 0 | 25 | 3A | 1A | 15 | 2D | 34 |
| Octal | 274 | 166 | 117 | 0 | 45 | 72 | 32 | 25 | 55 | 64 |
| Binary | 10111100 | 1110110 | 1001111 | 0 | 100101 | 111010 | 11010 | 10101 | 101101 | 110100 |
Color Harmonies of #BC764F
Complementary color
Monochromatic Colors of #BC764F
Black with #BC764F
Text Example
Text Example
White with #BC764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC764F; }
p { color: rgb(188,118,79); }
H1.HeaderClassName
{
color: #BC764F;
}
.AnyTagClassName
{
color: #BC764F;
}
</style>
background-color css
<style>
a { background-color: #BC764F; }
a { background-color: rgb(188,118,79); }
div.DivClassName
{
background-color: #BC764F;
}
.BgClassName
{
background-color: #BC764F;
}
</style>
border-color css
<style>
span { border-color: #BC764F; }
span { border-color: rgb(188,118,79); }
td.TdClassName
{
border-color: #BC764F;
}
.TagClassName
{
border-color: #BC764F;
}
</style>