Shades of Burning Sand #BC7D5C
Tints of Burning Sand #BC7D5C
RGB
CMYK
RGB Variations
Color information
#BC7D5C (or 0xBC7D5C) is known color: Burning Sand. HEX triplet: BC, 7D and 5C. RGB value is (188,125,92). Sum of RGB (Red+Green+Blue) = 188+125+92=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 125 (49.22% from 255 or 30.86% from 405); Blue value is 92 (36.33% from 255 or 22.72% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D5C is #4382A3. Grayscale: #8C8C8C. Windows color (decimal): -4424356 or 6061500. OLE color: 6061500.
HSL color Cylindrical-coordinate representation of color #BC7D5C: hue angle of 20.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7D5C is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 125 | 92 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.26 |
| HSL | 20.63º | 0.42% | 0.55% | - |
| HSV(B) | 20.63º | 0.51% | 0.74% | - |
| XYZ | 30 | 26.13 | 13.59 | - |
| YUV | 140.08 | 100.87 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 92 | 0 | 0.34 | 0.51 | 0.26 | 20.63 | 0.42 | 0.55 |
| Hex | BC | 7D | 5C | 0 | 22 | 33 | 1A | 15 | 2A | 37 |
| Octal | 274 | 175 | 134 | 0 | 42 | 63 | 32 | 25 | 52 | 67 |
| Binary | 10111100 | 1111101 | 1011100 | 0 | 100010 | 110011 | 11010 | 10101 | 101010 | 110111 |
Color Harmonies of #BC7D5C
Complementary color
Monochromatic Colors of #BC7D5C
Black with #BC7D5C
Text Example
Text Example
White with #BC7D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7D5C; }
p { color: rgb(188,125,92); }
H1.HeaderClassName
{
color: #BC7D5C;
}
.AnyTagClassName
{
color: #BC7D5C;
}
</style>
background-color css
<style>
a { background-color: #BC7D5C; }
a { background-color: rgb(188,125,92); }
div.DivClassName
{
background-color: #BC7D5C;
}
.BgClassName
{
background-color: #BC7D5C;
}
</style>
border-color css
<style>
span { border-color: #BC7D5C; }
span { border-color: rgb(188,125,92); }
td.TdClassName
{
border-color: #BC7D5C;
}
.TagClassName
{
border-color: #BC7D5C;
}
</style>