#BA6539

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

Shades of Smoke Tree #BA6539

Tints of Smoke Tree #BA6539

Color information

#BA6539 (or 0xBA6539) is unknown color: approx Smoke Tree. HEX triplet: BA, 65 and 39. RGB value is (186,101,57). Sum of RGB (Red+Green+Blue) = 186+101+57=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6539 is #459AC6. Grayscale: #797979. Windows color (decimal): -4561607 or 3761594. OLE color: 3761594.

HSL color Cylindrical-coordinate representation of color #BA6539: hue angle of 20.47º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA6539 is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB18610157-
CMYK00.460.690.27
HSL20.47º53.09%47.65%-
HSV(B)20.47º69.35%72.94%-
XYZ25.6420.046.39-
YUV121.491.66174.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.07%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 57 (22.66% from 255) = 16.57%
R=54.07%
G=29.36%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861015700.460.690.2720.4753.0947.65
HexBA653902E451B143530
Octal2721457105610533246560
Binary101110101100101111001010111010001011101110100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6539; }

 p { color: rgb(186,101,57); }

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

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

 a { background-color: rgb(186,101,57); }

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

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

 span { border-color: rgb(186,101,57); }

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