#BA5633

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

Shades of Smoke Tree #BA5633

Tints of Smoke Tree #BA5633

Color information

#BA5633 (or 0xBA5633) is unknown color: approx Smoke Tree. HEX triplet: BA, 56 and 33. RGB value is (186,86,51). Sum of RGB (Red+Green+Blue) = 186+86+51=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5633 is #45A9CC. Grayscale: #707070. Windows color (decimal): -4565453 or 3364538. OLE color: 3364538.

HSL color Cylindrical-coordinate representation of color #BA5633: hue angle of 15.56º degrees, saturation: 0.57, 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 #BA5633 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB1868651-
CMYK00.540.730.27
HSL15.56º56.96%46.47%-
HSV(B)15.56º72.58%72.94%-
XYZ24.1817.335.2-
YUV111.9193.63180.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.59%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=57.59%
G=26.63%
B=15.79%

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
Decimal186865100.540.730.2715.5656.9646.47
HexBA5633036491B10392e
Octal2721266306611133207156
Binary101110101010110110011011011010010011101110000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5633; }

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

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

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

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

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

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

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

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