#BA623F

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

Shades of Smoke Tree #BA623F

Tints of Smoke Tree #BA623F

Color information

#BA623F (or 0xBA623F) is unknown color: approx Smoke Tree. HEX triplet: BA, 62 and 3F. RGB value is (186,98,63). Sum of RGB (Red+Green+Blue) = 186+98+63=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA623F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA623F is #459DC0. Grayscale: #787878. Windows color (decimal): -4562369 or 4154042. OLE color: 4154042.

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

Color convert

RGB1869863-
CMYK00.470.660.27
HSL17.07º49.4%48.82%-
HSV(B)17.07º66.13%72.94%-
XYZ25.5119.537.13-
YUV120.3295.65174.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 53.60%
GREEN value IS 98 (38.67% from 255) = 28.24%
BLUE value IS 63 (25% from 255) = 18.16%
R=53.60%
G=28.24%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186986300.470.660.2717.0749.448.82
HexBA623F02F421B113131
Octal2721427705710233216161
Binary101110101100010111111010111110000101101110001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA623F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA623F; }

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

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

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

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

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

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

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

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