#BA7E64

Color #BA7E64 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #BA7E64

Tints of Burning Sand #BA7E64

Color information

#BA7E64 (or 0xBA7E64) is unknown color: approx Burning Sand. HEX triplet: BA, 7E and 64. RGB value is (186,126,100). Sum of RGB (Red+Green+Blue) = 186+126+100=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7E64 is #45819B. Grayscale: #8D8D8D. Windows color (decimal): -4555164 or 6586042. OLE color: 6586042.

HSL color Cylindrical-coordinate representation of color #BA7E64: hue angle of 18.14º 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 #BA7E64 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB186126100-
CMYK00.320.460.27
HSL18.14º38.39%56.08%-
HSV(B)18.14º46.24%72.94%-
XYZ30.0126.2815.55-
YUV140.98104.88160.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 100 (39.45% from 255) = 24.27%
R=45.15%
G=30.58%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612610000.320.460.2718.1438.3956.08
HexBA7E640202E1B122638
Octal2721761440405633224670
Binary101110101111110110010001000001011101101110010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7E64; }

 p { color: rgb(186,126,100); }

 H1.HeaderClassName
 {
   color: #BA7E64;
 }
 .AnyTagClassName
 {
   color: #BA7E64;
 }
</style>
background-color css

<style>
 a { background-color: #BA7E64; }

 a { background-color: rgb(186,126,100); }

 div.DivClassName
 {
   background-color: #BA7E64;
 }
 .BgClassName
 {
   background-color: #BA7E64;
 }
</style>
border-color css

<style>
 span { border-color: #BA7E64; }

 span { border-color: rgb(186,126,100); }

 td.TdClassName
 {
   border-color: #BA7E64;
 }
 .TagClassName
 {
   border-color: #BA7E64;
 }
</style>