#BA653B

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

Shades of Smoke Tree #BA653B

Tints of Smoke Tree #BA653B

Color information

#BA653B (or 0xBA653B) is unknown color: approx Smoke Tree. HEX triplet: BA, 65 and 3B. RGB value is (186,101,59). Sum of RGB (Red+Green+Blue) = 186+101+59=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA653B is #459AC4. Grayscale: #797979. Windows color (decimal): -4561605 or 3892666. OLE color: 3892666.

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

Color convert

RGB18610159-
CMYK00.460.680.27
HSL19.84º51.84%48.04%-
HSV(B)19.84º68.28%72.94%-
XYZ25.6920.066.66-
YUV121.6392.66173.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 59 (23.44% from 255) = 17.05%
R=53.76%
G=29.19%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861015900.460.680.2719.8451.8448.04
HexBA653B02E441B143430
Octal2721457305610433246460
Binary101110101100101111011010111010001001101110100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA653B; }

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

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

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

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

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

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

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

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