#BA663B

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

Shades of Smoke Tree #BA663B

Tints of Smoke Tree #BA663B

Color information

#BA663B (or 0xBA663B) is unknown color: approx Smoke Tree. HEX triplet: BA, 66 and 3B. RGB value is (186,102,59). Sum of RGB (Red+Green+Blue) = 186+102+59=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA663B is #4599C4. Grayscale: #7A7A7A. Windows color (decimal): -4561349 or 3892922. OLE color: 3892922.

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

Color convert

RGB18610259-
CMYK00.450.680.27
HSL20.31º51.84%48.04%-
HSV(B)20.31º68.28%72.94%-
XYZ25.7920.266.69-
YUV122.2192.33173.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 59 (23.44% from 255) = 17.00%
R=53.60%
G=29.39%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861025900.450.680.2720.3151.8448.04
HexBA663B02D441B143430
Octal2721467305510433246460
Binary101110101100110111011010110110001001101110100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA663B; }

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

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

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

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

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

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

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

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