#BA673C

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

Shades of Smoke Tree #BA673C

Tints of Smoke Tree #BA673C

Color information

#BA673C (or 0xBA673C) is unknown color: approx Smoke Tree. HEX triplet: BA, 67 and 3C. RGB value is (186,103,60). Sum of RGB (Red+Green+Blue) = 186+103+60=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA673C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA673C is #4598C3. Grayscale: #7B7B7B. Windows color (decimal): -4561092 or 3958714. OLE color: 3958714.

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

Color convert

RGB18610360-
CMYK00.450.680.27
HSL20.48º51.22%48.24%-
HSV(B)20.48º67.74%72.94%-
XYZ25.9220.476.86-
YUV122.9292.5173-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.30%
GREEN value IS 103 (40.62% from 255) = 29.51%
BLUE value IS 60 (23.83% from 255) = 17.19%
R=53.30%
G=29.51%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861036000.450.680.2720.4851.2248.24
HexBA673C02D441B143330
Octal2721477405510433246360
Binary101110101100111111100010110110001001101110100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA673C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA673C; }

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

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

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

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

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

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

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

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