#BA643B

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

Shades of Smoke Tree #BA643B

Tints of Smoke Tree #BA643B

Color information

#BA643B (or 0xBA643B) is unknown color: approx Smoke Tree. HEX triplet: BA, 64 and 3B. RGB value is (186,100,59). Sum of RGB (Red+Green+Blue) = 186+100+59=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA643B is #459BC4. Grayscale: #797979. Windows color (decimal): -4561861 or 3892410. OLE color: 3892410.

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

Color convert

RGB18610059-
CMYK00.460.680.27
HSL19.37º51.84%48.04%-
HSV(B)19.37º68.28%72.94%-
XYZ25.619.876.62-
YUV121.0492.99174.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.91%
GREEN value IS 100 (39.45% from 255) = 28.99%
BLUE value IS 59 (23.44% from 255) = 17.10%
R=53.91%
G=28.99%
B=17.10%

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
Decimal1861005900.460.680.2719.3751.8448.04
HexBA643B02E441B133430
Octal2721447305610433236460
Binary101110101100100111011010111010001001101110011110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA643B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA643B; }

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

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

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

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

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

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

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

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