#BA7D65

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

Shades of Burning Sand #BA7D65

Tints of Burning Sand #BA7D65

Color information

#BA7D65 (or 0xBA7D65) is unknown color: approx Burning Sand. HEX triplet: BA, 7D and 65. RGB value is (186,125,101). Sum of RGB (Red+Green+Blue) = 186+125+101=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 125 (49.22% from 255 or 30.34% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7D65 is #45829A. Grayscale: #8C8C8C. Windows color (decimal): -4555419 or 6651322. OLE color: 6651322.

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

Color convert

RGB186125101-
CMYK00.330.460.27
HSL16.94º38.12%56.27%-
HSV(B)16.94º45.7%72.94%-
XYZ29.9326.0515.76-
YUV140.5105.71160.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.15%
GREEN value IS 125 (49.22% from 255) = 30.34%
BLUE value IS 101 (39.84% from 255) = 24.51%
R=45.15%
G=30.34%
B=24.51%

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
Decimal18612510100.330.460.2716.9438.1256.27
HexBA7D650212E1B112638
Octal2721751450415633214670
Binary101110101111101110010101000011011101101110001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7D65; }

 p { color: rgb(186,125,101); }

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

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

 a { background-color: rgb(186,125,101); }

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

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

 span { border-color: rgb(186,125,101); }

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