Shades of Red Damask #BC714B
Tints of Red Damask #BC714B
RGB
CMYK
RGB Variations
Color information
#BC714B (or 0xBC714B) is known color: Red Damask. HEX triplet: BC, 71 and 4B. RGB value is (188,113,75). Sum of RGB (Red+Green+Blue) = 188+113+75=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC714B is #438EB4. Grayscale: #838383. Windows color (decimal): -4427445 or 4944316. OLE color: 4944316.
HSL color Cylindrical-coordinate representation of color #BC714B: hue angle of 20.18º 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 #BC714B is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 113 | 75 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.26 |
| HSL | 20.18º | 0.46% | 0.52% | - |
| HSV(B) | 20.18º | 0.6% | 0.74% | - |
| XYZ | 27.91 | 23.01 | 9.63 | - |
| YUV | 131.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 113 | 75 | 0 | 0.40 | 0.60 | 0.26 | 20.18 | 0.46 | 0.52 |
| Hex | BC | 71 | 4B | 0 | 28 | 3C | 1A | 14 | 2E | 34 |
| Octal | 274 | 161 | 113 | 0 | 50 | 74 | 32 | 24 | 56 | 64 |
| Binary | 10111100 | 1110001 | 1001011 | 0 | 101000 | 111100 | 11010 | 10100 | 101110 | 110100 |
Color Harmonies of #BC714B
Complementary color
Monochromatic Colors of #BC714B
Black with #BC714B
Text Example
Text Example
White with #BC714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC714B; }
p { color: rgb(188,113,75); }
H1.HeaderClassName
{
color: #BC714B;
}
.AnyTagClassName
{
color: #BC714B;
}
</style>
background-color css
<style>
a { background-color: #BC714B; }
a { background-color: rgb(188,113,75); }
div.DivClassName
{
background-color: #BC714B;
}
.BgClassName
{
background-color: #BC714B;
}
</style>
border-color css
<style>
span { border-color: #BC714B; }
span { border-color: rgb(188,113,75); }
td.TdClassName
{
border-color: #BC714B;
}
.TagClassName
{
border-color: #BC714B;
}
</style>