#BA5D36

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

Shades of Smoke Tree #BA5D36

Tints of Smoke Tree #BA5D36

Color information

#BA5D36 (or 0xBA5D36) is unknown color: approx Smoke Tree. HEX triplet: BA, 5D and 36. RGB value is (186,93,54). Sum of RGB (Red+Green+Blue) = 186+93+54=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D36 is #45A2C9. Grayscale: #747474. Windows color (decimal): -4563658 or 3562938. OLE color: 3562938.

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

Color convert

RGB1869354-
CMYK00.50.710.27
HSL17.73º55%47.06%-
HSV(B)17.73º70.97%72.94%-
XYZ24.8318.535.76-
YUV116.3692.81177.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 55.86%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=55.86%
G=27.93%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186935400.50.710.2717.735547.06
HexBA5D36032471B12372f
Octal2721356606210733226757
Binary101110101011101110110011001010001111101110010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5D36; }

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

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

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

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

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

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

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

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