#BA6136

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

Shades of Smoke Tree #BA6136

Tints of Smoke Tree #BA6136

Color information

#BA6136 (or 0xBA6136) is unknown color: approx Smoke Tree. HEX triplet: BA, 61 and 36. RGB value is (186,97,54). Sum of RGB (Red+Green+Blue) = 186+97+54=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6136 is #459EC9. Grayscale: #767676. Windows color (decimal): -4562634 or 3563962. OLE color: 3563962.

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

Color convert

RGB1869754-
CMYK00.480.710.27
HSL19.55º55%47.06%-
HSV(B)19.55º70.97%72.94%-
XYZ25.1919.255.88-
YUV118.7191.49176-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.19%
GREEN value IS 97 (38.28% from 255) = 28.78%
BLUE value IS 54 (21.48% from 255) = 16.02%
R=55.19%
G=28.78%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186975400.480.710.2719.555547.06
HexBA6136030471B14372f
Octal2721416606010733246757
Binary101110101100001110110011000010001111101110100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6136; }

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

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

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

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

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

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

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

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