#BA5836

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

Shades of Smoke Tree #BA5836

Tints of Smoke Tree #BA5836

Color information

#BA5836 (or 0xBA5836) is unknown color: approx Smoke Tree. HEX triplet: BA, 58 and 36. RGB value is (186,88,54). Sum of RGB (Red+Green+Blue) = 186+88+54=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 54 (21.48% from 255 or 16.46% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5836 is #45A7C9. Grayscale: #717171. Windows color (decimal): -4564938 or 3561658. OLE color: 3561658.

HSL color Cylindrical-coordinate representation of color #BA5836: hue angle of 15.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA5836 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1868854-
CMYK00.530.710.27
HSL15.45º55%47.06%-
HSV(B)15.45º70.97%72.94%-
XYZ24.4117.685.62-
YUV113.4394.47179.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 56.71%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 54 (21.48% from 255) = 16.46%
R=56.71%
G=26.83%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186885400.530.710.2715.455547.06
HexBA5836035471Bf372f
Octal2721306606510733176757
Binary10111010101100011011001101011000111110111111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5836; }

 p { color: rgb(186,88,54); }

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

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

 a { background-color: rgb(186,88,54); }

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

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

 span { border-color: rgb(186,88,54); }

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