#BA5E3C

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

Shades of Smoke Tree #BA5E3C

Tints of Smoke Tree #BA5E3C

Color information

#BA5E3C (or 0xBA5E3C) is unknown color: approx Smoke Tree. HEX triplet: BA, 5E and 3C. RGB value is (186,94,60). Sum of RGB (Red+Green+Blue) = 186+94+60=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E3C is #45A1C3. Grayscale: #757575. Windows color (decimal): -4563396 or 3956410. OLE color: 3956410.

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

Color convert

RGB1869460-
CMYK00.490.680.27
HSL16.19º51.22%48.24%-
HSV(B)16.19º67.74%72.94%-
XYZ25.0718.776.58-
YUV117.6395.48176.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 54.71%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 60 (23.83% from 255) = 17.65%
R=54.71%
G=27.65%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186946000.490.680.2716.1951.2248.24
HexBA5E3C031441B103330
Octal2721367406110433206360
Binary101110101011110111100011000110001001101110000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5E3C; }

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

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

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

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

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

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

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

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