#BA613C

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

Shades of Smoke Tree #BA613C

Tints of Smoke Tree #BA613C

Color information

#BA613C (or 0xBA613C) is unknown color: approx Smoke Tree. HEX triplet: BA, 61 and 3C. RGB value is (186,97,60). Sum of RGB (Red+Green+Blue) = 186+97+60=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA613C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA613C is #459EC3. Grayscale: #777777. Windows color (decimal): -4562628 or 3957178. OLE color: 3957178.

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

Color convert

RGB1869760-
CMYK00.480.680.27
HSL17.62º51.22%48.24%-
HSV(B)17.62º67.74%72.94%-
XYZ25.3419.316.67-
YUV119.3994.49175.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.23%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 60 (23.83% from 255) = 17.49%
R=54.23%
G=28.28%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186976000.480.680.2717.6251.2248.24
HexBA613C030441B123330
Octal2721417406010433226360
Binary101110101100001111100011000010001001101110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA613C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA613C; }

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

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

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

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

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

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

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

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