#ba653f

Color #BA653F Smoke Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoke Tree #BA653F

Tints of Smoke Tree #BA653F

Color information

#BA653F (or 0xBA653F) is unknown color: approx Smoke Tree. HEX triplet: BA, 65 and 3F. RGB value is (186,101,63). Sum of RGB (Red+Green+Blue) = 186+101+63=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA653F is #459AC0. Grayscale: #7A7A7A. Windows color (decimal): -4561601 or 4154810. OLE color: 4154810.

HSL color Cylindrical-coordinate representation of color #BA653F: hue angle of 18.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA653F is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18610163-
CMYK00.460.660.27
HSL18.54º49.4%48.82%-
HSV(B)18.54º66.13%72.94%-
XYZ25.820.117.22-
YUV122.0894.66173.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 63 (25% from 255) = 18%
R=53.14%
G=28.86%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861016300.460.660.2718.5449.448.82
HexBA653F02E421B133131
Octal2721457705610233236161
Binary101110101100101111111010111010000101101110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba653f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba653f; }

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

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

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

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

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

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

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

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