#BA663E

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

Shades of Smoke Tree #BA663E

Tints of Smoke Tree #BA663E

Color information

#BA663E (or 0xBA663E) is unknown color: approx Smoke Tree. HEX triplet: BA, 66 and 3E. RGB value is (186,102,62). Sum of RGB (Red+Green+Blue) = 186+102+62=350 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.14% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 186 - color contains mainly: red. Hex color #BA663E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA663E is #4599C1. Grayscale: #7A7A7A. Windows color (decimal): -4561346 or 4089530. OLE color: 4089530.

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

Color convert

RGB18610262-
CMYK00.450.670.27
HSL19.35º50%48.63%-
HSV(B)19.35º66.67%72.94%-
XYZ25.8720.297.11-
YUV122.5693.83173.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.14%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 62 (24.61% from 255) = 17.71%
R=53.14%
G=29.14%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861026200.450.670.2719.355048.63
HexBA663E02D431B133231
Octal2721467605510333236261
Binary101110101100110111110010110110000111101110011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA663E; }

 p { color: rgb(186,102,62); }

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

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

 a { background-color: rgb(186,102,62); }

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

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

 span { border-color: rgb(186,102,62); }

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