#BA7D64

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

Shades of Burning Sand #BA7D64

Tints of Burning Sand #BA7D64

Color information

#BA7D64 (or 0xBA7D64) is unknown color: approx 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

RGB186125100-
CMYK00.330.460.27
HSL17.44º38.39%56.08%-
HSV(B)17.44º46.24%72.94%-
XYZ29.8826.0315.51-
YUV140.39105.21160.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 100 (39.45% from 255) = 24.33%
R=45.26%
G=30.41%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612510000.330.460.2717.4438.3956.08
HexBA7D640212E1B112638
Octal2721751440415633214670
Binary101110101111101110010001000011011101101110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>