#BA5632

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

Shades of Smoke Tree #BA5632

Tints of Smoke Tree #BA5632

Color information

#BA5632 (or 0xBA5632) is unknown color: approx Smoke Tree. HEX triplet: BA, 56 and 32. RGB value is (186,86,50). Sum of RGB (Red+Green+Blue) = 186+86+50=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5632 is #45A9CD. Grayscale: #707070. Windows color (decimal): -4565454 or 3299002. OLE color: 3299002.

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

Color convert

RGB1868650-
CMYK00.540.730.27
HSL15.88º57.63%46.27%-
HSV(B)15.88º73.12%72.94%-
XYZ24.1517.325.09-
YUV111.893.13180.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 50 (19.92% from 255) = 15.53%
R=57.76%
G=26.71%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186865000.540.730.2715.8857.6346.27
HexBA5632036491B103a2e
Octal2721266206611133207256
Binary101110101010110110010011011010010011101110000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5632; }

 p { color: rgb(186,86,50); }

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

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

 a { background-color: rgb(186,86,50); }

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

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

 span { border-color: rgb(186,86,50); }

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