#BA6636

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

Shades of Smoke Tree #BA6636

Tints of Smoke Tree #BA6636

Color information

#BA6636 (or 0xBA6636) is unknown color: approx Smoke Tree. HEX triplet: BA, 66 and 36. RGB value is (186,102,54). Sum of RGB (Red+Green+Blue) = 186+102+54=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6636 is #4599C9. Grayscale: #797979. Windows color (decimal): -4561354 or 3565242. OLE color: 3565242.

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

Color convert

RGB18610254-
CMYK00.450.710.27
HSL21.82º55%47.06%-
HSV(B)21.82º70.97%72.94%-
XYZ25.6720.216.04-
YUV121.6489.83173.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.39%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 54 (21.48% from 255) = 15.79%
R=54.39%
G=29.82%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861025400.450.710.2721.825547.06
HexBA663602D471B16372f
Octal2721466605510733266757
Binary101110101100110110110010110110001111101110110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6636; }

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

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

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

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

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

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

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

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