Shades of Red Damask #BC754D
Tints of Red Damask #BC754D
RGB
CMYK
RGB Variations
Color information
#BC754D (or 0xBC754D) is known color: Red Damask. HEX triplet: BC, 75 and 4D. RGB value is (188,117,77). Sum of RGB (Red+Green+Blue) = 188+117+77=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC754D is #438AB2. Grayscale: #858585. Windows color (decimal): -4426419 or 5076412. OLE color: 5076412.
HSL color Cylindrical-coordinate representation of color #BC754D: hue angle of 21.62º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC754D is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 117 | 77 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.26 |
| HSL | 21.62º | 0.45% | 0.52% | - |
| HSV(B) | 21.62º | 0.59% | 0.74% | - |
| XYZ | 28.44 | 23.95 | 10.15 | - |
| YUV | 133.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 117 | 77 | 0 | 0.38 | 0.59 | 0.26 | 21.62 | 0.45 | 0.52 |
| Hex | BC | 75 | 4D | 0 | 26 | 3B | 1A | 16 | 2D | 34 |
| Octal | 274 | 165 | 115 | 0 | 46 | 73 | 32 | 26 | 55 | 64 |
| Binary | 10111100 | 1110101 | 1001101 | 0 | 100110 | 111011 | 11010 | 10110 | 101101 | 110100 |
Color Harmonies of #BC754D
Complementary color
Monochromatic Colors of #BC754D
Black with #BC754D
Text Example
Text Example
White with #BC754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC754D; }
p { color: rgb(188,117,77); }
H1.HeaderClassName
{
color: #BC754D;
}
.AnyTagClassName
{
color: #BC754D;
}
</style>
background-color css
<style>
a { background-color: #BC754D; }
a { background-color: rgb(188,117,77); }
div.DivClassName
{
background-color: #BC754D;
}
.BgClassName
{
background-color: #BC754D;
}
</style>
border-color css
<style>
span { border-color: #BC754D; }
span { border-color: rgb(188,117,77); }
td.TdClassName
{
border-color: #BC754D;
}
.TagClassName
{
border-color: #BC754D;
}
</style>