Shades of Burning Sand #BA7D64
Tints of Burning Sand #BA7D64
RGB
CMYK
RGB Variations
Color information
#BA7D64 (or 0xBA7D64) is known color: Burning Sand. HEX triplet: BA, 7D and 64. RGB value is (186,125,100). Sum of RGB (Red+Green+Blue) = 186+125+100=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D64 is #45829B. Grayscale: #8C8C8C. Windows color (decimal): -4555420 or 6585786. OLE color: 6585786.
HSL color Cylindrical-coordinate representation of color #BA7D64: hue angle of 17.44º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7D64 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 125 | 100 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.27 |
| HSL | 17.44º | 0.38% | 0.56% | - |
| HSV(B) | 17.44º | 0.46% | 0.73% | - |
| XYZ | 29.88 | 26.03 | 15.51 | - |
| YUV | 140.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 125 | 100 | 0 | 0.33 | 0.46 | 0.27 | 17.44 | 0.38 | 0.56 |
| Hex | BA | 7D | 64 | 0 | 21 | 2E | 1B | 11 | 26 | 38 |
| Octal | 272 | 175 | 144 | 0 | 41 | 56 | 33 | 21 | 46 | 70 |
| Binary | 10111010 | 1111101 | 1100100 | 0 | 100001 | 101110 | 11011 | 10001 | 100110 | 111000 |
Color Harmonies of #BA7D64
Complementary color
Monochromatic Colors of #BA7D64
Black with #BA7D64
Text Example
Text Example
White with #BA7D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7D64; }
p { color: rgb(186,125,100); }
H1.HeaderClassName
{
color: #BA7D64;
}
.AnyTagClassName
{
color: #BA7D64;
}
</style>
background-color css
<style>
a { background-color: #BA7D64; }
a { background-color: rgb(186,125,100); }
div.DivClassName
{
background-color: #BA7D64;
}
.BgClassName
{
background-color: #BA7D64;
}
</style>
border-color css
<style>
span { border-color: #BA7D64; }
span { border-color: rgb(186,125,100); }
td.TdClassName
{
border-color: #BA7D64;
}
.TagClassName
{
border-color: #BA7D64;
}
</style>