#BA613F

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

Shades of Smoke Tree #BA613F

Tints of Smoke Tree #BA613F

Color information

#BA613F (or 0xBA613F) is unknown color: approx Smoke Tree. HEX triplet: BA, 61 and 3F. RGB value is (186,97,63). Sum of RGB (Red+Green+Blue) = 186+97+63=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA613F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA613F is #459EC0. Grayscale: #777777. Windows color (decimal): -4562625 or 4153786. OLE color: 4153786.

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

Color convert

RGB1869763-
CMYK00.480.660.27
HSL16.59º49.4%48.82%-
HSV(B)16.59º66.13%72.94%-
XYZ25.4219.357.1-
YUV119.7495.99175.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.76%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 63 (25% from 255) = 18.21%
R=53.76%
G=28.03%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186976300.480.660.2716.5949.448.82
HexBA613F030421B113131
Octal2721417706010233216161
Binary101110101100001111111011000010000101101110001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA613F; }

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

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

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

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

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

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

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

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