Shades of Burning Sand #BC7C5F
Tints of Burning Sand #BC7C5F
RGB
CMYK
RGB Variations
Color information
#BC7C5F (or 0xBC7C5F) is known color: Burning Sand. HEX triplet: BC, 7C and 5F. RGB value is (188,124,95). Sum of RGB (Red+Green+Blue) = 188+124+95=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C5F is #4383A0. Grayscale: #8C8C8C. Windows color (decimal): -4424609 or 6257852. OLE color: 6257852.
HSL color Cylindrical-coordinate representation of color #BC7C5F: hue angle of 18.71º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7C5F is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 124 | 95 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.26 |
| HSL | 18.71º | 0.41% | 0.55% | - |
| HSV(B) | 18.71º | 0.49% | 0.74% | - |
| XYZ | 30.01 | 25.93 | 14.25 | - |
| YUV | 139.83 | 102.7 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 124 | 95 | 0 | 0.34 | 0.49 | 0.26 | 18.71 | 0.41 | 0.55 |
| Hex | BC | 7C | 5F | 0 | 22 | 31 | 1A | 13 | 29 | 37 |
| Octal | 274 | 174 | 137 | 0 | 42 | 61 | 32 | 23 | 51 | 67 |
| Binary | 10111100 | 1111100 | 1011111 | 0 | 100010 | 110001 | 11010 | 10011 | 101001 | 110111 |
Color Harmonies of #BC7C5F
Complementary color
Monochromatic Colors of #BC7C5F
Black with #BC7C5F
Text Example
Text Example
White with #BC7C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7C5F; }
p { color: rgb(188,124,95); }
H1.HeaderClassName
{
color: #BC7C5F;
}
.AnyTagClassName
{
color: #BC7C5F;
}
</style>
background-color css
<style>
a { background-color: #BC7C5F; }
a { background-color: rgb(188,124,95); }
div.DivClassName
{
background-color: #BC7C5F;
}
.BgClassName
{
background-color: #BC7C5F;
}
</style>
border-color css
<style>
span { border-color: #BC7C5F; }
span { border-color: rgb(188,124,95); }
td.TdClassName
{
border-color: #BC7C5F;
}
.TagClassName
{
border-color: #BC7C5F;
}
</style>