#BA643C

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

Shades of Smoke Tree #BA643C

Tints of Smoke Tree #BA643C

Color information

#BA643C (or 0xBA643C) is unknown color: approx Smoke Tree. HEX triplet: BA, 64 and 3C. RGB value is (186,100,60). Sum of RGB (Red+Green+Blue) = 186+100+60=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA643C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA643C is #459BC3. Grayscale: #797979. Windows color (decimal): -4561860 or 3957946. OLE color: 3957946.

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

Color convert

RGB18610060-
CMYK00.460.680.27
HSL19.05º51.22%48.24%-
HSV(B)19.05º67.74%72.94%-
XYZ25.6219.886.76-
YUV121.1593.49174.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 100 (39.45% from 255) = 28.90%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=53.76%
G=28.90%
B=17.34%

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
Decimal1861006000.460.680.2719.0551.2248.24
HexBA643C02E441B133330
Octal2721447405610433236360
Binary101110101100100111100010111010001001101110011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA643C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA643C; }

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

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

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

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

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

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

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

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